Antonin Raffin
6cfa588c0f
Update pytorch version
2024-05-06 14:20:28 +01:00
Antonin RAFFIN
c965ba9d3b
Remove PyType and upgrade to latest SB3 version ( #215 )
2024-05-06 14:20:28 +01:00
Antonin RAFFIN
35f06254ba
Drop python 3.7, add 3.11 and update github templates ( #194 )
...
* Update issue templates
* Update supported python versions
* Update min PyTorch version
* Skip pytype for py311
* Update conda env for doc
2023-07-03 12:45:20 +02:00
Antonin RAFFIN
6e1aba45e3
Update version and fix #188 ( #190 )
2023-06-07 16:51:42 +02:00
Antonin RAFFIN
21cc96cafd
Add Gymnasium support ( #152 )
...
* Add support for Gym 0.24
* Fixes for gym 0.24
* Fix for new reset signature
* Add tmp SB3 branch
* Fixes for gym 0.26
* Remove unused import
* Fix dependency
* Type annotations fixes
* Reformat
* Reformat with black 23
* Move to gymnasium
* Patch env if needed
* Fix types
* Fix CI
* Fixes for gymnasium
* Fix wrapper annotations
* Update version
* Fix type check
* Update QRDQN type hints and bug fix with multi envs
* Fix TQC type hints
* Fix TRPO type hints
* Additional fixes
* Update SB3 version
* Update issue templates and CI
---------
Co-authored-by: Quentin Gallouédec <45557362+qgallouedec@users.noreply.github.com>
2023-04-14 13:52:07 +02:00
Antonin RAFFIN
1f9568b2da
Fix Atari Roms Download ( #164 )
2023-03-12 19:06:23 +01:00
Antonin RAFFIN
728c1c5b7f
Issue forms and pyproject.toml ( #162 )
...
* Issue forms and pyproject.toml
* [ci skip] Fix typos
* Fix isort config
* Use secret link to download atari roms
* Fix for mypy and update config
* Upgrade SB3 and fix warnings
* Fix doc build
* Update Makefile
* Lint first
2023-03-11 22:57:45 +01:00
Quentin Gallouédec
7c4a249fa4
Standardize the use of ``from gym import spaces`` ( #131 )
...
* Standardize from gym import spaces
* update changelog
* update issue template
* update version
* Update version
2023-01-02 15:35:00 +01:00
Quentin Gallouédec
c9bd045d5c
Add support for python3.10 ( #129 )
...
Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2022-12-23 00:54:35 +01:00
Quentin Gallouédec
9a728513da
Upgrade CI/github-actions ( #125 )
...
* Update ci.yml
* Update changelog.rst
2022-12-09 12:30:22 +01:00
Quentin Gallouédec
3d28d1e5de
Mypy type checking ( #119 )
...
* Update Makefile
* Update changelog
* gitignore mypy cache
* mypy config
* Add color to mypy output
Co-authored-by: Antonin Raffin <antonin.raffin@ensta.org>
2022-11-28 23:00:31 +01:00
Antonin RAFFIN
cd592a111f
Upgrade min SB3 version ( #70 )
...
* Upgrade min SB3 version
* Fix for newer sphinx version
2022-05-29 21:54:23 +02:00
Antonin RAFFIN
bec00386d1
Upgrade to python 3.7+ syntax ( #69 )
...
* Upgrade to python 3.7+ syntax
* Switch to PyTorch 1.11
2022-04-25 13:02:07 +02:00
Adam Gleave
901a648507
Upgrade Gym to 0.21 ( #59 )
...
* Pendulum-v0 -> Pendulum-v1
* Reformat with black
* Update changelog
* Fix dtype bug in TimeFeatureWrapper
* Update version and removed forward calls
* Update CI
* Fix min version
Co-authored-by: Antonin Raffin <antonin.raffin@ensta.org>
2022-02-22 16:25:43 +01:00
Antonin RAFFIN
833669a88b
Drop python 3.6 support ( #55 )
...
* Drop python 3.6
* Update setup file
2021-12-06 12:59:53 +01:00
Antonin RAFFIN
cd0a5e516f
Update citation ( #54 )
...
* Update citation
* Fixes for new SB3 version
* Fix type hint
* Additional fixes
2021-12-01 19:09:32 +01:00
Geoff McDonald
d6c5cea644
MaskablePPO dictionary observation support ( #47 )
...
* Add dictionary observation support for ppo_mask.
* Improving naming consistency.
* Update changelog.
* Reformat and add test
* Update doc
* Update README and setup
Co-authored-by: Antonin Raffin <antonin.raffin@ensta.org>
2021-10-23 17:05:37 +02:00
Antonin RAFFIN
36eca8ee79
Fix type annotation + add python 3.9 + citation ( #37 )
2021-07-29 18:14:03 +02:00
Antonin RAFFIN
61bfdbc00a
Fix unused code ( #28 )
...
* Fix unused code
* Update changelog
* Update SB3 dependency
2021-05-05 11:42:10 +02:00
Antonin RAFFIN
9824daca44
Bug fix for QR-DQN ( #21 )
...
* Bug fix for QR-DQN
* Upgrade SB3
2021-03-06 14:54:43 +01:00
Antonin RAFFIN
926e488196
Update wording and links
2020-10-17 17:04:00 +02:00
Anssi "Miffyli" Kanervisto
00f9d26d55
Spell-checking and small update to issue template
2020-10-15 02:50:16 +03:00
Anssi "Miffyli" Kanervisto
95892f31e6
Update PR template
2020-10-15 02:27:22 +03:00
Antonin RAFFIN
5033b192cb
Add base doc
2020-10-12 20:21:52 +02:00
Antonin RAFFIN
17c2dabc7f
Update CI
2020-09-25 12:50:52 +02:00
Antonin RAFFIN
0d9f2e229e
Add TQC and base scripts
2020-09-25 12:47:45 +02:00