Commits
Branch selector
User selector
Commit history
Commits on Dec 7, 2021
Replace a few more deprecated numpy aliases of builtin types
Show description for abee135authored andcommittedDocument that we now support Python 3.10
Show description for f836684authored andcommittedReplace deprecated `np.object` alias with `object`
Show description for 50c13e6authored andcommitted
Commits on Dec 6, 2021
Add some badges to our README
Show description for a8535eeauthored andcommittedRemove `nose` from `requirements.txt`
Show description for 61e861bauthored andcommittedSwitch from `nose` to `pytest`
Show description for d52e1e5authored andcommitted
Commits on Dec 5, 2021
Add `pytest` to `requirements.txt`
Show description for bda4abfauthored andcommittedUpdate pinned versions in `requirements.txt`
Show description for 2290f6dauthored andcommitted
Commits on Nov 28, 2021
Merge pull request #9 from anukaal:master
Show description for fe1cd39committed
Commits on Nov 8, 2021
Revert changes made in #73887831 : Make `TimeStep` a parametric type.
Show description for 270e269authored andcommitted
Commits on Nov 1, 2021
Update pinned versions in `requirements.txt`
Show description for b8e2f1eauthored andcommitted
Commits on Oct 4, 2021
Update setup.py
Show description for 8a3a73cauthored
Commits on Aug 10, 2021
Make `TimeStep` a parametric type.
Show description for 7387831authored andcommitted
Commits on Aug 6, 2021
Add type annotations to Catch example.
Show description for 3c6844dauthored 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 Apr 22, 2021
Merge pull request #7 from kngwyu:update-setup
Show description for 5d13896committed- committed
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 andcommittedMerge pull request #3 from bollwyvl:add-license-to-sdist
Show description for 7f88a49committedEnforce 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 Jun 2, 2020
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 Feb 26, 2020
Add bibtex entry for citing repository.
Show description for 524c116authored 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 13, 2019
Fix incorrect name of PyPI package (should be `dm-env` rather than `dm_env`)
Show description for bd431e1authored andcommitted
Commits on Nov 12, 2019
Bump the minor version; new version is 1.2
Show description for 7e05756committed