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.
Each directory contains:
- Overview and Specifications of the environment
- Algorithms*
*
: Includes pseudocode, code and result
Python
3.8.12
Gym
0.19.0
mujoco-py
2.1.2.14
PyTorch
1.10.1
NumPy
1.21.5