Commit Graph

7 Commits

Author SHA1 Message Date
Justin Terry
e9d2c41f2b redo black 2021-07-29 12:42:48 -04:00
Justin Terry
3133e99a64 deprecate built in wrappers for supersuit 2021-07-28 22:21:47 -04:00
Christian Clauss
bb81e141ea Blacken the codebase (#2265) 2021-07-28 20:26:34 -04:00
Kristian Holsheimer
5ff4e7d750 Bug fix, missing attrs: dtype, shape (#1950) 2020-06-19 14:16:02 -07:00
Kristian Holsheimer
074bc269b5 Rewrite LazyFrames.__getitem__ to only decompress if needed (#1906)
* add last_frame property to LazyFrames

* drop LazyFrames.last_frame and rewrite __getitem__ instead
2020-06-05 15:01:04 -07:00
johannespitz
a8a3d36353 Add shape property and equality operation to LazyFrames (#1862)
* Add shape property and equality operation to LazyFrames for simplified usage in tests

* Fix shape property with lz4_compress
2020-04-10 17:10:10 -05:00
Xingdong Zuo
80a6d089b7 [Wrappers]: add LazyFrames, FrameStack (#1485)
* Create frame_stack.py

* Update __init__.py

* Create test_frame_stack.py

* Update test_frame_stack.py

* Update frame_stack.py

* Update test_frame_stack.py

* Update __init__.py

* Update test_frame_stack.py

* Update test_frame_stack.py

* Update frame_stack.py

* Update gym/wrappers/frame_stack.py

Thanks !

Co-Authored-By: Kristian Hartikainen <kristian.hartikainen@gmail.com>

* Update gym/wrappers/frame_stack.py

Thanks !

Co-Authored-By: Kristian Hartikainen <kristian.hartikainen@gmail.com>

* make framestack tests actually run (with and without lz4)
2019-08-23 14:04:11 -07:00