Antonin Raffin
|
57708a628c
|
Add value function for SDE + TD3
|
2019-12-17 15:01:08 +01:00 |
|
Antonin Raffin
|
1d6f9bf100
|
Add sample freq for SDE
|
2019-12-17 11:47:21 +01:00 |
|
Antonin Raffin
|
0117cc37f4
|
Merge branch 'master' into feat/sde-features
|
2019-12-05 16:33:41 +01:00 |
|
Noah Dormann
|
aa67147796
|
clarified bytesIO use for load
|
2019-12-05 15:45:05 +01:00 |
|
Raffin, Antonin
|
bac9d4efed
|
Update torchy_baselines/common/base_class.py
|
2019-12-05 14:53:14 +01:00 |
|
Raffin, Antonin
|
695cdc63a4
|
Update torchy_baselines/common/base_class.py
|
2019-12-05 14:52:59 +01:00 |
|
Raffin, Antonin
|
424a554567
|
Update docstring
|
2019-12-05 14:50:11 +01:00 |
|
Raffin, Antonin
|
464dd773e6
|
Update comment
|
2019-12-05 14:46:02 +01:00 |
|
Raffin, Antonin
|
03ecb17ef6
|
Update error message
|
2019-12-05 14:41:39 +01:00 |
|
Noah Dormann
|
88d4f44d55
|
added set_env test and set_env wrapping
|
2019-12-05 13:59:07 +01:00 |
|
Noah Dormann
|
cf1d7118a5
|
replaced file with file_path
|
2019-12-05 13:44:02 +01:00 |
|
Noah Dormann
|
8062ed6036
|
fixed load, to check if environment ist correctly
|
2019-12-05 13:36:19 +01:00 |
|
Noah Dormann
|
4b1bab7f85
|
implemented set_env method
|
2019-12-05 09:11:30 +01:00 |
|
Noah Dormann
|
8460bfe397
|
added some comments to _load_from_file
|
2019-12-05 08:56:04 +01:00 |
|
Noah Dormann
|
6560ae9952
|
using other_file instead of other_files
|
2019-12-05 08:52:26 +01:00 |
|
Noah Dormann
|
7c8d375bcb
|
added get_parameter_list function
|
2019-12-05 08:50:11 +01:00 |
|
Noah Dormann
|
c3b0398d56
|
Changed load so it still works when env not saved
improved save function
|
2019-12-05 08:40:28 +01:00 |
|
Dormann, Noah
|
bea2799691
|
comment refactoring
Co-Authored-By: Raffin, Antonin <Antonin.Raffin@dlr.de>
|
2019-12-05 08:10:39 +01:00 |
|
Dormann, Noah
|
a756f40223
|
comment refactoring
Co-Authored-By: Raffin, Antonin <Antonin.Raffin@dlr.de>
|
2019-12-05 08:10:25 +01:00 |
|
Dormann, Noah
|
fdb544e775
|
comment refactoring
Co-Authored-By: Raffin, Antonin <Antonin.Raffin@dlr.de>
|
2019-12-05 08:10:14 +01:00 |
|
Dormann, Noah
|
aa66d2f82e
|
comment refactoring
Co-Authored-By: Raffin, Antonin <Antonin.Raffin@dlr.de>
|
2019-12-05 08:09:51 +01:00 |
|
Dormann, Noah
|
85d3743224
|
added standart exclude parameters
Co-Authored-By: Raffin, Antonin <Antonin.Raffin@dlr.de>
|
2019-12-05 08:09:26 +01:00 |
|
Noah Dormann
|
6928879f5a
|
Refactored doc-strings
|
2019-11-28 16:30:13 +01:00 |
|
Noah Dormann
|
7ce610fade
|
Deleted exact match parameter of load_parameters
|
2019-11-28 16:11:35 +01:00 |
|
Noah Dormann
|
ee6f938ddc
|
Added option to explicitly specify excluded parameters
|
2019-11-28 15:42:53 +01:00 |
|
Noah Dormann
|
e95858784a
|
Formatted all files
|
2019-11-28 15:38:04 +01:00 |
|
Noah Dormann
|
751ccf85e7
|
_setup_model() is now called when model is loaded
|
2019-11-28 15:33:52 +01:00 |
|
Noah Dormann
|
9ff59eaf3d
|
Added attribute self.policy_class to prevent errors when using self.policy as class
|
2019-11-28 15:25:01 +01:00 |
|
Noah Dormann
|
e26564e0ec
|
Added function for setting up any attributes that weren't saved and thus not loaded
|
2019-11-28 13:35:16 +01:00 |
|
Noah Dormann
|
c75582dfbe
|
resolving conflicts
# Conflicts:
# torchy_baselines/a2c/a2c.py
# torchy_baselines/ppo/ppo.py
Added optimizer params test
|
2019-11-28 12:12:06 +01:00 |
|
Noah Dormann
|
812cab84ac
|
Changed PPO deterministic
|
2019-11-28 11:20:40 +01:00 |
|
Noah Dormann
|
b75ffe166a
|
Cleared base_class.load description
|
2019-11-28 10:36:21 +01:00 |
|
Antonin Raffin
|
5483e02d1a
|
Add SDE support for SAC
|
2019-11-26 15:26:12 +01:00 |
|
Antonin Raffin
|
5bbb14188d
|
Unify A2C and TD3 SDE implementation
|
2019-11-25 13:19:33 +01:00 |
|
Antonin Raffin
|
c47be0086e
|
Add docstrings
|
2019-11-22 17:24:47 +01:00 |
|
Antonin Raffin
|
03d2ab10f8
|
Fix clipped action when adapting noise with TD3
|
2019-11-22 15:04:34 +01:00 |
|
Antonin Raffin
|
604a19fbc3
|
Cleanup + update doc
|
2019-11-22 13:33:12 +01:00 |
|
Antonin Raffin
|
99ea0b3a54
|
Cleanup
|
2019-11-22 11:42:58 +01:00 |
|
Noah Dormann
|
4f8f936451
|
Don't save replay_buffer by default
|
2019-11-21 17:27:46 +01:00 |
|
Noah Dormann
|
2d72f6d1b5
|
Added SAC, TD3, A2C
Missing CEMRL
|
2019-11-21 16:46:53 +01:00 |
|
Noah Dormann
|
775a50cc5c
|
saving all variables now added a2c support
|
2019-11-21 16:24:18 +01:00 |
|
Noah Dormann
|
526c37bf1f
|
refactored the assets in test_save_load
fixed base_class 'params.pth'
|
2019-11-21 15:44:57 +01:00 |
|
Noah Dormann
|
26f31fd25b
|
corrected comment sections
|
2019-11-21 14:55:56 +01:00 |
|
Noah Dormann
|
fb5f192fc4
|
Implemented Changes suggested from Antonin-Raffin
Added Optimizer saving
|
2019-11-21 14:39:44 +01:00 |
|
Noah Dormann
|
a7655ca6e1
|
Reformated every file with PEP 8 errors
|
2019-11-21 13:01:03 +01:00 |
|
Noah Dormann
|
4b6234a1c8
|
finished test_save_load.py test
|
2019-11-21 11:39:47 +01:00 |
|
Antonin Raffin
|
d8a7556d84
|
Merge branch 'feat/sde' into feat/offpolicy-sde
|
2019-11-18 15:14:05 +01:00 |
|
Antonin Raffin
|
ef59a7e431
|
Update version + add docstring
|
2019-11-18 15:11:19 +01:00 |
|
Antonin Raffin
|
cdb62a93fe
|
Bug fix for off-policy normalization
Now working properly
|
2019-11-15 11:00:31 +01:00 |
|
Antonin Raffin
|
5278a6f3f8
|
Testing off policy normalization
|
2019-11-14 14:35:00 +01:00 |
|