Awesome
PyTorch REINFORCE
<img src="assets/algo.png" width="800">PyTorch implementation of REINFORCE.
This repo supports both continuous and discrete environments in OpenAI gym.
Requirement
- python 2.7
- PyTorch
- OpenAI gym
- Mujoco (optional)
Run
Use the default hyperparameters. (Program will detect whether the environment is continuous or discrete)
python main.py --env_name [name of environment]