/drl-from-scratch

Deep Reinforcement Learning implementations from scratch.

Primary LanguagePython

🗒 About

  • Deep Reinforcement Learning algorithms implemented from scratch.
  • Tested in OpenAI Gym environments.

☑️ Implemented

  • DQN (Deep Q-Network)

📝 TO-DO

  • REINFORCE
  • A2C (Advantage Actor-Critic)
  • PPO (Proximal Policy Optimization)