Skip to content

Yupsecous/REINFORCE-algorithm

Repository files navigation

OpenAI-Gym-PongDeterministic-v4-REINFORCE

Pong-v0 Maximize your score in the Atari 2600 game Pong. In this environment, the observation is an RGB image of the screen, which is an array of shape (210, 160, 3) Each action is repeatedly performed for a duration of kk frames, where kk is uniformly sampled from {2, 3, 4}{2,3,4}.

Installation

$ pip install gym\[atari\]
$ pip install 'gym[atari]'

Arguments

gym.make('PongDeterministic-v4')

Instructions

$ git clone https://github.com/bmaxdk/OpenAI-Gym-PongDeterministic-v4-REINFORCE.git
$ cd OpenAI-Gym-PongDeterministic-v4-REINFORCE

About

Apply REINFORCE algorithm

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors