Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 415 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 415 Bytes

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.