Reinforcement Learning in Vrep
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,
- Line follower using infrared (IR) sensors.
- Obstacle avoidance using proximity sensors.