Skip to content

Commit

Permalink
update NESpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kautenja committed Jan 21, 2019
1 parent 99e74f2 commit efddd55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gym_super_mario_bros/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# actions for the simple run right environment
RIGHT_ONLY = [
['NOP'],
['NOOP'],
['right'],
['right', 'A'],
['right', 'B'],
Expand All @@ -13,7 +13,7 @@

# actions for very simple movement
SIMPLE_MOVEMENT = [
['NOP'],
['NOOP'],
['right'],
['right', 'A'],
['right', 'B'],
Expand All @@ -25,7 +25,7 @@

# actions for more complex movement
COMPLEX_MOVEMENT = [
['NOP'],
['NOOP'],
['right'],
['right', 'A'],
['right', 'B'],
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
package_data={ 'gym_super_mario_bros': ['_roms/*.nes'] },
install_requires=[
'matplotlib>=2.0.2',
'nes-py>=5.0.0',
'nes-py>=6.1.0',
'numpy>=1.14.2',
'opencv-python>=3.4.0.12',
'pygame>=1.9.3',
Expand Down

0 comments on commit efddd55

Please sign in to comment.