|
__init__.py
|
Init: TD3
|
2019-09-05 17:29:41 +02:00 |
|
base_class.py
|
Add save/load for replay buffer
|
2020-02-05 13:10:02 +01:00 |
|
buffers.py
|
Add type aliases for buffer samples
|
2020-02-11 17:33:22 +01:00 |
|
callbacks.py
|
Save last mean reward
|
2020-02-11 13:22:44 +01:00 |
|
evaluation.py
|
Refactor evaluation
|
2020-01-27 15:53:27 +01:00 |
|
identity_env.py
|
first save and load features
|
2019-11-12 17:03:57 +01:00 |
|
logger.py
|
Convert format to f-strings
|
2020-01-22 16:39:25 +01:00 |
|
monitor.py
|
Log success rate
|
2020-02-04 13:24:09 +01:00 |
|
noise.py
|
Add callback support
|
2020-01-27 14:32:31 +01:00 |
|
policies.py
|
Convert format to f-strings
|
2020-01-22 16:39:25 +01:00 |
|
running_mean_std.py
|
Add stable-baselines VecEnvs
|
2019-09-20 15:18:25 +02:00 |
|
save_util.py
|
Fix saving on GPU - Loading on CPU (#45)
|
2020-01-31 13:06:55 +01:00 |
|
type_aliases.py
|
Add type aliases for buffer samples
|
2020-02-11 17:33:22 +01:00 |
|
utils.py
|
Add learning rate schedule
|
2019-10-28 16:47:13 +01:00 |