PTAN stands for PyTorch AgentNet -- reimplementation of AgentNet library for PyTorch
This library was used in "Deep Reinforcement Learning Hands-On" book, here you can find sample sources.
From sources:
python setup.py installFrom pypi:
pip install ptanFrom github:
pip install pip install git+https://github.com/Shmuma/ptan.git - PyTorch: version 1.1.0 is required
- PyTorch Ignite: provides extra bindings for ignite
- OpenAI Gym:
pip install gym gym[atari] - Python OpenCV:
pip install opencv-python - TensorBoardX:
pip install tensorboardX
Note for Anaconda Python users
To run some of the samples, you will need these modules:
conda install pytorch torchvision -c pytorch
pip install tensorboard-pytorch
pip install gym
pip install gym[atari]
pip install opencv-pythonRandom pieces of information
ExperienceSourcevsExperienceSourceFirstLast: Shmuma#17 (comment)