Questions tagged [atari-2600]
18 questions
0
votes
1 answer
Reading current score on batari basic
I need to read score current value for avoid negative number on decrementing.
However the following code not working, any idea for solve this ?
__Sub_Score_30
if score > 30 then score = score - 30 else score = 0
return otherbank

Eduardo Fabricio
- 2,151
- 2
- 25
- 32
0
votes
1 answer
Errors with Atari Environments in PettingZooML
I'm trying to get the Atari environments from Petting Zoo working: https://www.pettingzoo.ml/. I've installed the AutoROMs and I can see the multiple .bin files from all the environments in the directory where the ROMs are installed. However, when I…

ksivakumar
- 481
- 2
- 5
- 19
0
votes
1 answer
Using gym atari (version 0.9.5) in python on windows
Im trying to install the gym atari package on version 0.9.5 (I specifically need this version), but when I run the code (which is supposed to be running smoothly if gym is properly downloaded), I get the following error:
AttributeError: 'AtariEnv'…

nir shahar
- 328
- 3
- 13