Commit Graph

4 Commits

Author SHA1 Message Date
Christian Clauss
bb81e141ea Blacken the codebase (#2265) 2021-07-28 20:26:34 -04:00
InstanceLabs
d8908cbf10 Get rid of class variables in algorithmic env. (#1910)
Make reward_shortfalls and min_length instance variables.
Fixes the TODO in algorithmic_env.py.

Co-authored-by: pzhokhov <peterz@openai.com>
2020-05-29 14:23:44 -07:00
InstanceLabs
2ec4881c22 Improve algorithmic environments. (#1909)
Improve legibility and adhere to PEP-8.
2020-05-15 14:41:59 -07:00
Colin
e84bd0ffe1 Algorithmic refactor (#383)
* Refactor/document algorithmic environments and add tests.

* test for 3 row addition

* Fix failing rollout test by reinserting quirk in reversedAddition env

* todo regarding addition3-v0

* Fix python 3 division issues

* typo fix

* Re-generate python3 rollout file to account for ReversedAddition bug fix
2016-10-21 16:06:48 -07:00