Antonin RAFFIN
3a5b743760
Update doc
2020-05-19 10:40:52 +02:00
Tarik Kelestemur
b1322ff5d6
Fix cmd_util.py imports ( #24 )
...
* fix cmd_util.py imports
* Update changelog.rst
Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2020-05-19 10:19:16 +02:00
Roland Gavrilescu
91adefdb4b
Support for MultiBinary / MultiDiscrete spaces ( #13 )
...
* multicategorical dist and test
* fixed List annotation
* bernoulli dist and test
* added distributions to preprocessing (needs testing)
* fixed and tested distributions
* added changelog and fixed ppo policy
* minor fix
* dist fixes, added test_spaces
* clean up
* modified changelog
* additional fixes
* minor changelog mod
* hot encoding fix, flake8 clean up
* lint tests
* preprocessing fix
* fixed bernoulli bug
* removed commented prints
* Update changelog.rst
* included suggested modifications
* linting fix
* increased space dim
* Update doc and tests
Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2020-05-18 14:42:13 +02:00
Antonin RAFFIN
15ff6d47ee
Documentation update and style fixes ( #21 )
...
* Update doc: add gSDE
* Fix codestyle
* Remove travis script
* Add lint check to gitlab
2020-05-15 13:54:06 +02:00
Antonin RAFFIN
54f6f5b6fb
Add flake8 linter and Github CI ( #19 )
...
* Cleanup code
* Add flake8 lint and github workflow
* Update build matrix
* Relax precision for python3.7
2020-05-12 17:55:01 +02:00
Antonin RAFFIN
299c28140e
Use conda env for building the doc ( #16 )
2020-05-11 17:39:41 +02:00
Antonin RAFFIN
b1794ebc52
[ci skip] Simplify quickstart example
2020-05-11 15:32:01 +02:00
Antonin RAFFIN
b02afd6ee3
Doc update ( #15 )
2020-05-11 12:28:43 +02:00
Antonin RAFFIN
257a40ef4b
Add Gitlab CI ( #12 )
...
* Test gitlab-ci
* Try different image
* Add pytest and doc build
* Fix command
* Fix image used for CI
* Seperate pytest builds
* Fix weird seg fault in docker image due to FakeImageEnv
* Fix make command
* [ci skip] Add space in the badges
* Fix CI failures
* Re-install opencv
* Use opencv-headless
* Test with new docker image
2020-05-09 23:10:49 +02:00
Antonin RAFFIN
a06c4a7859
Update PyBullet example
2020-05-09 14:38:57 +02:00
Kinal Mehta
b1f5db1bb2
Add CONTRIBUTION.md link in README ( #2 )
...
* Fix CONTRIBUTION.md link in README
* Update changelog.rst
Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
2020-05-09 13:01:15 +02:00
Antonin RAFFIN
f23212e3b2
Add developer guide
2020-05-08 16:20:21 +02:00
Antonin RAFFIN
c20af230f7
Remove SDE support for TD3
2020-05-08 15:00:34 +02:00
Antonin RAFFIN
8a61913a1d
Update doc
2020-05-08 13:09:38 +02:00
Antonin RAFFIN
97aea21349
Update minimum gym version
2020-05-08 12:43:42 +02:00
Antonin RAFFIN
a4a4afcc3d
Fix typos
2020-05-08 12:28:41 +02:00
Antonin RAFFIN
623f821571
Update examples
2020-05-08 12:14:33 +02:00
Antonin RAFFIN
e76181f9b5
Update doc (add rl zoo)
2020-05-08 11:58:43 +02:00
Antonin RAFFIN
91dc871fcf
Fix duplicate entry in the doc
2020-05-07 18:09:04 +02:00
Antonin RAFFIN
f81fd1ddb6
Add travis file
2020-05-07 17:59:51 +02:00
Antonin RAFFIN
2281ef5673
Read version from file
2020-05-07 17:27:13 +02:00
Antonin RAFFIN
e6ff4bbd6c
Update setup
2020-05-07 16:24:19 +02:00
Antonin RAFFIN
aa66012764
Update requirements
2020-05-07 16:21:33 +02:00
Antonin RAFFIN
c5f29a3931
Fix docs
2020-05-07 16:15:32 +02:00
Antonin RAFFIN
8046a24719
More doc + sync VecEnvs + atari
2020-05-07 16:08:23 +02:00
Antonin RAFFIN
73afaf157c
Add version.txt to package
2020-05-07 12:19:29 +02:00
Antonin RAFFIN
98e05cf578
Add dockerfile + update doc
2020-05-07 11:08:49 +02:00
Antonin RAFFIN
d17f29c8ad
Add base doc
2020-05-07 10:10:51 +02:00
Antonin RAFFIN
a3f9efe04a
Update doc
2020-05-05 17:41:57 +02:00
Antonin RAFFIN
580317158b
Update changelog
2020-05-05 17:21:56 +02:00
Antonin RAFFIN
0481fbe727
Update changelog
2020-05-05 16:54:33 +02:00
Antonin RAFFIN
2c34a4d694
Sync with Stable-Baselines
2020-05-05 16:28:38 +02:00
Antonin RAFFIN
d542732c8d
Rename to stable-baselines3
2020-05-05 15:02:35 +02:00
Antonin RAFFIN
88cee2ba55
Add type hints and f-strings to logger
2020-05-05 14:49:32 +02:00
Antonin RAFFIN
041f2bc59a
Cleanup, bug fixes + more tests
2020-04-22 13:14:22 +02:00
Antonin RAFFIN
8aac9e819d
Add VecTransposeImage and fix for SAC
2020-04-21 20:41:58 +02:00
Antonin RAFFIN
93c2a01f91
Start CNN support (failing for SAC)
2020-04-21 16:22:46 +02:00
Antonin RAFFIN
f347474e6a
Independent save/load for policies
2020-04-20 15:59:44 +02:00
Antonin RAFFIN
17f9246257
Add get_device util and fix squash_output
2020-04-20 15:43:11 +02:00
Antonin RAFFIN
aa1026ee87
Added `optimizer and optimizer_kwargs to policy_kwargs`
2020-04-17 15:13:45 +02:00
Antonin RAFFIN
0e44cdce44
Fixed `reset_num_timesteps` behavior
2020-04-17 12:36:27 +02:00
Antonin RAFFIN
08a22c4834
Release 0.4.0
2020-04-14 18:13:51 +02:00
Antonin RAFFIN
fdecd512db
Add save/load weights for policies and refactor action distributions
2020-03-31 16:29:13 +02:00
Antonin RAFFIN
fa599c65a6
Add support for Discrete observation spaces
2020-03-25 16:42:05 +01:00
Antonin RAFFIN
72a88a8d92
Fix type hint for activation fn
2020-03-24 10:10:37 +01:00
Antonin RAFFIN
ba18258af6
Add proper preprocessing
2020-03-23 17:15:30 +01:00
Antonin RAFFIN
dcb54b5301
Remove CEMRL
2020-03-23 14:48:38 +01:00
Antonin RAFFIN
57b37513b6
Refactor handling of obs and action space
...
+ remove duplicated code
2020-03-20 10:09:09 +01:00
Antonin RAFFIN
7251b9d2c2
Release v0.3.0
2020-03-19 11:11:36 +01:00
Antonin RAFFIN
fd9e73cfb8
Fix entropy computation
2020-03-19 10:19:48 +01:00