Skip to content
/ ptan Public
forked from Shmuma/ptan

PyTorch Agent Net: reinforcement learning toolkit for pytorch

Notifications You must be signed in to change notification settings

villwill/ptan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PTAN

PTAN stands for PyTorch AgentNet -- reimplementation of AgentNet library for PyTorch

This library was used in "Practical Deep Reinforcement Learning" book, here you can find sample sources.

Installation

From sources:

python setup.py install

From pypi:

pip install ptan

From github:

pip install pip install git+https://github.com/Shmuma/ptan.git 

Requirements

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-python

About

PyTorch Agent Net: reinforcement learning toolkit for pytorch

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%