Skip to content

akashdeepjassal/VREP-RL-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VREP-RL

Reinforcement Learning in Vrep

RL-Car

This project implements OpenAI's gym like interface for V-Rep to train reinforcementt learning agents.

Following two experiments were modeled on the aforementioned environment using Deep Q-Networks (DQN) in Keras,

  1. Line follower using infrared (IR) sensors.

  1. Obstacle avoidance using proximity sensors.