mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-23 22:20:18 +00:00
1.1 KiB
1.1 KiB
Torchy Baselines
PyTorch version of Stable Baselines, a set of improved implementations of reinforcement learning algorithms.
Implemented Algorithms
- A2C
- CEM-RL (with TD3)
- PPO
- SAC
- TD3
Roadmap
TODO:
-
save/load
-
better predict
-
complete logger
-
Refactor: buffer with numpy array instead of pytorch
-
Refactor: remove duplicated code for evaluation
-
plotting? -> zoo
Later:
- get_parameters / set_parameters
- SDE: use affine transform to scale the noise after a tanh transform?
- CNN policies + normalization
- tensorboard support
- DQN
- TRPO
- ACER
- DDPG
- HER -> use stable-baselines because does not depends on tf?