#OpenAI Gym

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 cartpole
cartpole
This project presents a reinforcement learning application using Deep Q-Learning (DQN) to train the Cartpole system. The system requires precise force applications to keep the pole balanced on a frictionless track. Details include specific hyperparameters like a learning rate of 0.001, batch size of 20, and the use of experience replay. Achieving an average reward of 195.0 over 100 trials qualifies as successful, showcasing efficient balance control. Learn more about performance metrics and see example trials of successful execution.