Skip to content

⭐️ Principal RL algorithms, codes collection and some saved projects

Notifications You must be signed in to change notification settings

MengWoods/ReinforcementLearning

Repository files navigation

Reinforcement Learning

This repository includes principal RL algorithms and my RL projects.

Gym-series environments

Distance evaluation

Mono-network (NAF)

This is an idea, not work yet. Using only one network output actions with Q values, like NAF paper did.

Target tracking with RL

The idea based on the paper: Action-Decision Networks for Visual Tracking with Deep Reinforcement Learning Electronics and Telecommunications Research Institute ( ETRI ), South Korea;
My solution is applying the rl in continuous action area to re design this experiment

Graph signal sampling with RL

Apply the DQN to do graph sampling walk

Searching for optimal solution

This task is working on finding right solution of a complex function. Using the advantage of reinforcement learning, agent is used to find out the solution under complicated and tedious environment instead of human.

Multi-dimensional continuous control via hierarchical reinforcement learning frame

Apply hierarchical frame in multi-actions contorlling task.

About

⭐️ Principal RL algorithms, codes collection and some saved projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages