Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nikhilbarhate99/actor-critic-pytorch

Policy Gradient Actor-Critic PyTorch | Lunar Lander v2
https://github.com/nikhilbarhate99/actor-critic-pytorch

a2c actor-critic deep-reinforcement-learning openai-gym openai-gym-environments policy-gradient pytorch pytorch-implmention pytorch-tutorial reinforcement-learning-algorithms

Last synced: 4 days ago
JSON representation

Policy Gradient Actor-Critic PyTorch | Lunar Lander v2

Awesome Lists containing this project

README

        

# Actor-Critic

Solution for Lunar Lander environment v2 of Open AI gym.
The algorithm used is actor-critic (vanilla policy gradient with baseline),

more info : http://rail.eecs.berkeley.edu/deeprlcourse-fa17/f17docs/lecture_5_actor_critic_pdf.pdf

-> Dependencies:

OpenAI gym

PyTorch 0.4.1

PIL

-> Hyperparameters can be changed by editing them in respective files

-> To train : run train.py

-> Converges within 1500 episodes

-> To test a pretrained model : run test.py

![alt-text](https://github.com/nikhilbarhate99/Actor-Critic/blob/master/gif/gif3.gif)