Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Apr 5, 2021
1 parent 1ab1bd3 commit eae7c1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
@@ -1,3 +1,5 @@
**This repository is no longer maintained. If you are looking for RL implementations, there is [Stable-Baselines3](https://github.com/DLR-RM/stable-baselines3), for a training framework, there is the [RL Baselines3 Zoo](https://github.com/DLR-RM/rl-baselines3-zoo).**

# S-RL Toolbox: Reinforcement Learning (RL) and State Representation Learning (SRL) Toolbox for Robotics

This repository was made to evaluate State Representation Learning methods using Reinforcement Learning. It integrates (automatic logging, plotting, saving, loading of trained agent) various RL algorithms (PPO, A2C, ARS, ACKTR, DDPG, DQN, ACER, CMA-ES, SAC, TRPO) along with different SRL methods (see [SRL Repo](https://github.com/araffin/srl-zoo)) in an efficient way (1 Million steps in 1 Hour with 8-core cpu and 1 Titan X GPU).
Expand Down

0 comments on commit eae7c1a

Please sign in to comment.