VREP-RL-bot icon indicating copy to clipboard operation
VREP-RL-bot copied to clipboard

Reinforcement Learning in Vrep

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.