You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository hosts the implementation of autonomous vehicle navigation using RL techniques, with a specific emphasis on Deep Q-Networks (DQN) and Twin Delayed Deep Deterministic Policy Gradient (TD3) algorithms. We focus on training a TurtleBot3 robot to navigate autonomously through environments while intelligently avoiding moving obstacles.
This project is a practical exercise to implement and test a reinforcement learning agent using the CartPole environment from OpenAI Gym. The goal is to develop an agent capable of maintaining a pole balanced on a moving cart by applying deep reinforcement learning techniques.