Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 885 Bytes

File metadata and controls

23 lines (18 loc) · 885 Bytes

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