Skip to content

Add ML-PPO and ML-DQN reinforcement learning implementations#1108

Open
KeepALifeUS wants to merge 1 commit intojosephmisiti:masterfrom
KeepALifeUS:add-rl-implementations
Open

Add ML-PPO and ML-DQN reinforcement learning implementations#1108
KeepALifeUS wants to merge 1 commit intojosephmisiti:masterfrom
KeepALifeUS:add-rl-implementations

Conversation

@KeepALifeUS
Copy link

Summary

Adding two clean, educational reinforcement learning implementations to the Python RL section.

ML-PPO

  • Repository
  • Clean PyTorch implementation of Proximal Policy Optimization
  • Features: GAE, parallel environments, continuous/discrete action spaces
  • Tested on standard benchmarks (CartPole, etc.)

ML-DQN

  • Repository
  • Rainbow DQN implementation from scratch
  • Features: Double DQN, Dueling architecture, PER, Noisy Networks
  • Follows original papers closely

Both implementations prioritize readable, well-documented code for learning purposes.

Thank you for maintaining this excellent resource!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant