Skip to content

monoelh/deep-reinforcement-learning_DDQN_PPO_HER

Repository files navigation

Deep Reinforcement Learning in Games

MLP framework and DDQN framework for OpenAI's gym game environments. - written in numpy
Take a look at the Examples in the Documentation.

Installation

The mlp_framework.py shouble able to run on nearly anything that can interpret python3 (and numpy).
The ddqn_framework.py additionally uses OpenAI's gym
Download the repo and run the jupyter notebook.

About

MLP-framework (pure numpy) and DDQN-framework for OpenAI's Gym games. +test code for PPO added. +Hindsight Experience Replay(HER) bitflip-DQN example. +prioritized replay.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published