Giter Site home page Giter Site logo

melli0505 / deep-rl Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 4.81 MB

Deep Reinforcement Learning with Custom Environment

Python 57.54% Jupyter Notebook 42.46%
custom-environment ddpg deep-reinforcement-learning dqn gym-environment keras tensorflow dueling-ddqn dueling-dqn

deep-rl's Introduction

Deep Reinforcement Learning with Custom Environment

This repository includes various Deep Reinforcement learning model training with a custom environment.

  • I created a custom model for my case using the gym library and modified some model structures and training sequences.
  • I haven't implemented complete models. Each model structure and wrapper have their own repositories or references, which I have mentioned in each model's README.

Custom Environment

  • The Custom Environment simulates a Virtual Temperature Control System. Each action represents a change in temperature after performing an virtual control action (not implemented, you can insert your own real-world simulation environment).
  • The target temperature in this system ranges between 20-25. I've set different rewards based on differences between the state (temperature) and the target temperature. You can adjust the reward system to match your own system.
  • I haven't implemented the render and close functions in the environment object. If needed, you can refer to examples in the original gym repository (https://github.com/openai/gym/tree/master/gym/envs).

DQN with keras-RL Agent

Apply keras-rl DQN Agent(https://github.com/keras-rl/keras-rl/blob/master/rl/agents/dqn.py) to custom virtual Temperature control environment.

Theory(in korean)

DDPG with tensorflow

Deformed DDPG Agent and Actor-Critic models that implemented by @philtabor. Original Repository and Code is in https://github.com/philtabor/Youtube-Code-Repository.

Dueling DQN with tensorflow

Deformed Dueling DQN models that implemented by @philtabor. Original Repository and Code is in https://github.com/philtabor/Youtube-Code-Repository.

I set the effect of reward on training step 3 times larger than normal one. You can check it out in dueling_dqn.py, line 65.

For more information, see DuelDQN_custom/README.md

Dueling Double DQN with tensorflow

Deformed Dueling DQN models that implemented by @philtabor. Original Repository and Code is in https://github.com/philtabor/Youtube-Code-Repository.

I set the effect of reward on training step 10 times larger than normal one. You can check it out in dddqn.py, line 59 - 61.

For more information, see DDDQN_custom/README.md

deep-rl's People

Contributors

melli0505 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.