Skip to content

yueureka/ReinforcementLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement Learning Projects Summary

Projects for Deep Reinforcement Learning with Unity environment:

  • Navigation trained with DQN: In this project, DQN algorithm is used train the Banana agent. The agent has a state space of 37 dimensions and contains the agent's velocity, along with ray-based perception of objects around the agent's forward direction. Four discrete actions are available, corresponding to a reward of +1 is provided for collecting a yellow banana, and a reward of -1 is provided for collecting a blue banana. The task is episodic, after trained with DQN algorthm for 700 esposides, we reached an average score of 14.26 for 100 episode.

  • Researcher trained with DDPG: In this project, DDPG algorithm is used to train the Researcher agent. We've 20 identical agents in the enviroment, each agent has an observation space consists of 33 variables corresponding to position, rotation, velocity, and angular velocities of the arm. Each action is a vector with four numbers, corresponding to torque applicable to two joints.

  • Multi-Agent task: Tennis trained by DDPG: This project is similar to Researcher projects, but with two independet agents playing with each other. In this environment, two agents control rackets to bounce a ball over a net. If an agent hits the ball over the net, it receives a reward of +0.1. If an agent lets a ball hit the ground or hits the ball out of bounds, it receives a reward of -0.01. Thus, the goal of each agent is to keep the ball in play. The observation space consists of 8 variables corresponding to the position and velocity of the ball and racket. Each agent receives its own, local observation with a total of 24 states. Two continuous actions are available, corresponding to movement toward (or away from) the net, and jumping.

About

Project for Deep Reinforcement Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published