Commits
User selector
Commit history
Commits on Dec 7, 2021
Replace a few more deprecated numpy aliases of builtin types
Show description for abee135authored andcommittedReplace deprecated `np.object` alias with `object`
Show description for 50c13e6authored andcommitted
Commits on Nov 8, 2021
Revert changes made in #73887831 : Make `TimeStep` a parametric type.
Show description for 270e269authored andcommitted
Commits on Aug 10, 2021
Make `TimeStep` a parametric type.
Show description for 7387831authored andcommitted
Commits on Jul 12, 2021
Bump the minor version; new version is 1.5
Show description for bda3050authored andcommittedAdd an AutoResetEnvironment that calls reset for you if the previous step was the last step.
Show description for 72e92a2authored andcommitted
Commits on Mar 12, 2021
Merge pull request #6 from cool-RR:patch-1
Show description for b22a059committed- committed
Commits on Feb 12, 2021
Drop support for Python < 3.6, bump version to 1.4.
Show description for 09686ebauthored andcommitted
Commits on Oct 30, 2020
Bump the minor version; new version is 1.3
Show description for f2b913cauthored andcommittedEnforce that minimum <= maximum for BoundedArrays
Show description for a003d73authored andcommitted
Commits on Oct 29, 2020
Document and test support for non-finite or equal bounds in BoundedArray
Show description for d84432cauthored andcommitted
Commits on Oct 15, 2020
Expand specs.DiscreteArray docstring.
Show description for 36a9eb5authored andcommitted
Commits on Jun 9, 2020
Fix docstring
Show description for 14fc73dauthored andcommitted
Commits on Apr 16, 2020
Fix a typo in the error message for passing an invalid string_type
Show description for 90d9a3fauthored andcommitted
Commits on Apr 15, 2020
Add `specs.StringArray`, representing an `np.object` array of native Python strings
Show description for 330a24fauthored andcommitted
Commits on Mar 9, 2020
Change num_items to num_values in DiscreteArray class docstring.
Show description for a2e93eaauthored andcommitted
Commits on Jan 20, 2020
Change `validate` to pass through the return value from `array_spec.validate`, because otherwise `map_structure_with_path` produces an output structure with None values, which causes problems for c…
Show description for ee7038dauthored andcommitted
Commits on Nov 12, 2019
Bump the minor version; new version is 1.2
Show description for 7e05756committedAdd support for conformance-testing environments with nested observations, actions etc.
Show description for dd6829fauthored andcommitted
Commits on Oct 28, 2019
Add the imports to the example usage, so it's easier to copy and paste.
Show description for 62453f8authored andcommitted
Commits on Aug 28, 2019
Clarify docstrings for `TimeStep` and `Environment.step`
Show description for 3696635authored andcommitted
Commits on Aug 12, 2019
Increment version from 1.0 -> 1.1
Show description for 304aa20authored andcommitted
Commits on Aug 1, 2019
Replace ambiguous comment in `test_utils.py`
Show description for f8c5958authored andcommitted
Commits on Jul 31, 2019
Cast `.minimum` and `.maximum` to the same dtype as the `BoundedArray` spec
Show description for 24cafc8authored andcommitted
Commits on Jul 26, 2019
Add a `replace` method that creates a copy of a spec with some attributes replaced
Show description for 94a819dauthored andcommitted
Commits on Jul 18, 2019
Update semantic version to 1.0
Show description for e484ea5committed
Commits on Jul 12, 2019
Add mixin class for testing whether environments conform to the dm_env interface
Show description for 65d68e5committed
Commits on Jul 11, 2019
Add tests for `_environment` module.
Show description for c2eb8fcauthored andcommittedAdd semantic version ID for dm_env
Show description for ac9785aauthored andcommitted
Commits on Jun 25, 2019
Make error message for `BoundedArray.validate` more informative
Show description for 772bd5cauthored andcommitted
Commits on Jun 24, 2019
Rename dm_env.Base -> dm_env.Environment.
Show description for c2fc302authored andcommitted
Commits on Jun 20, 2019
dm_env: Re-arrange exports in alphabetical order.
Show description for 0c9b5d2authored andcommitted
Commits on Jun 14, 2019
Initial commit
Show description for 742b8b4authored andcommitted
Loading