Skip to content

Implement RL algorithms in PyTorch and test on Gym environments.

Notifications You must be signed in to change notification settings

lexiconium/RL-Gym-PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RL-Gym-PyTorch

The purpose of this repository is to implement Reinforcement Learning algorithms in PyTorch and test them on a variety of OpenAI Gym environments.

All implementations are specific to each environment with minimum generalization so that the entire structure of the algorithm can be seen as clearly as possible.

Environments

Each directory contains:

  • Overview and Specifications of the environment
  • Algorithms*

*: Includes pseudocode, code and result

Availability

Dependencies

Python 3.8.12
Gym 0.19.0
mujoco-py 2.1.2.14
PyTorch 1.10.1
NumPy 1.21.5