Skip to content

Latest commit

 

History

History

breakout

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

breakout

Maximize your score in the Atari 2600 game Breakout. 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}.

breakout-v0