DanielTakeshi / Algorithmic-HRI

1 stars 0 forks source link

Figure out a way to use ale.getMinimalActionSet() #1

Open DanielTakeshi opened 7 years ago

DanielTakeshi commented 7 years ago

Reminder to self: spragnur's code actually uses ale.getMinimalActionSet() which gives us the minimal amount of actions needed to play (e.g., in Breakout, it's 0:NOOP, 1:FIRE, 4:LEFT, and 3:RIGHT). This might help generalize some of my code to other games.