#RL algorithms

Logo of pytorch-rl
pytorch-rl
Explore a broad range of sophisticated deep reinforcement learning algorithms in Pytorch, emphasizing continuous action spaces. Efficiently train on CPUs or GPUs and straightforwardly evaluate with OpenAI Gym. This repository includes various model-free and model-based RL algorithms, offering techniques like DDPG, PPO, and soft actor-critic, in addition to experimental methods such as prioritized experience replay. Flexible for extensions, it accommodates environments from classic games to complex robotic tasks.
Logo of tensorforce
tensorforce
Tensorforce, an open-source library built on TensorFlow, provides a modular architecture for deep reinforcement learning, ideal for research and practical applications. It features a flexible, component-based structure that decouples algorithms from environments, enhancing versatility and user accessibility. Supporting a variety of network architectures, policy distributions, and optimization strategies, Tensorforce facilitates the development of models such as DQN and PPO. The library includes practical example configurations and thorough documentation, although it is important to note that the project is no longer actively maintained.