Commit Graph

13 Commits

Author SHA1 Message Date
Jesse Farebrother
f6742ea808 Remove AtariEnv in favour of official ALE Python package (#2348)
* Remove AtariEnv in favour of official ALE Python

* More robust frame stacking test case

* Atari documentation update
2021-09-11 13:04:41 -04:00
J K Terry
78d2b512d8 redo black (#2272) 2021-07-29 15:39:42 -04:00
Justin Terry
e9d2c41f2b redo black 2021-07-29 12:42:48 -04:00
Christian Clauss
bb81e141ea Blacken the codebase (#2265) 2021-07-28 20:26:34 -04:00
Brett Daley
b2cefc6459 AtariPreprocessing: return 3-D array when grayscale_obs=True (#1796)
* AtariPreprocessing: return 3-D array when grayscale_obs=True

* Update test_atari_preprocessing.py

* AtariPreprocessing: add option for 3-D grayscale, leave 2-D by default

* AtariPreprocessing: add tests for observation_space.shape
2020-08-14 14:18:42 -07:00
Xingdong Zuo
8962984eed [Update atari_preprocessing.py]: Remove FireReset (#1661)
* Update atari_preprocessing.py

* Update test_atari_preprocessing.py

* Update test_atari_preprocessing.py
2019-10-18 15:59:43 -07:00
Anurag Koul
1b5671e36c Adding Frame Normalization in Atari Pre-Processing (#1680)
* added frame scaling in atari preprocessing
- default value is False

* added frame scaling in atari preprocessing
- default value is False

* corrected logic for selection of observation_space params

* initial commit for scale test

* added test-case for observation scaling in atari

* added message related to framestack in docstring.

* refactored scaled obs test for atari preprocessing
2019-10-04 14:19:00 -07:00
pzhokhov
fd5314780d re-enable and fix atari preprocessing wrappers pixel test (#1652) 2019-08-23 15:45:55 -07:00
Peter Zhokhov
98917cf5d3 move imports some more 2019-05-10 17:53:05 -07:00
Peter Zhokhov
01f5667011 more move imports in test_atari_preprocessing 2019-05-10 17:05:15 -07:00
Peter Zhokhov
b6ff90e23c move imports 2019-05-10 16:22:06 -07:00
Peter Zhokhov
0cc03cddd6 fix for the new test 2019-05-10 16:07:48 -07:00
Xingdong Zuo
5525e30c48 Create atari_preprocessing.py (#1455)
* Create atari_preprocessing.py

* Update atari_preprocessing.py

* Update atari_preprocessing.py

* Create test_atari_preprocessing.py

* Update __init__.py

* Update test_atari_preprocessing.py
2019-05-10 14:59:32 -07:00