Skip to content

mohitd/policy-gradient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Policy Gradient

Implementation of policy gradients in Pytorch.

Getting Started

Install the following prerequisites on your system

  • pytorch
  • torchvision
  • opencv
  • gym
  • gym[atari]

To execute a policy gradient, run the main.py file.

python main.py

All of the policy gradient training and optimizer parameters are at the top of main.py so feel free to modify these to suit your configuration.

There are some parameter configurations on the command line. More will be added!

Todos

  • More command line configurations
  • Train for a few days and post results

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages