Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elmezianech/aws_deepracer_rl_robotcar
This repository contains the code and resources for training a robot car in AWS DeepRacer using reinforcement learning and participating in a race.
https://github.com/elmezianech/aws_deepracer_rl_robotcar
aws-deepracer reinforcement-learning robot-car
Last synced: about 8 hours ago
JSON representation
This repository contains the code and resources for training a robot car in AWS DeepRacer using reinforcement learning and participating in a race.
- Host: GitHub
- URL: https://github.com/elmezianech/aws_deepracer_rl_robotcar
- Owner: elmezianech
- Created: 2024-04-22T13:44:57.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-22T15:49:00.000Z (7 months ago)
- Last Synced: 2024-04-22T17:18:51.300Z (7 months ago)
- Topics: aws-deepracer, reinforcement-learning, robot-car
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS_DeepRacer_RL_RobotCar
This repository contains the code and resources for training a robot car in AWS DeepRacer using reinforcement learning and participating in a race. AWS DeepRacer is a service that allows you to get started with reinforcement learning by training a virtual race car to navigate a simulated track. You can then deploy your trained model to a physical DeepRacer car and race it against other developers.
## Code Source and other ressources
The source code for this project is hosted externally due to its large size. You can access the code by following the link below:https://drive.google.com/drive/folders/1WfuIEXaqCLEvToFHlgGpwhsqor03feCo?usp=sharing
## Reinforcement Learning
is a type of machine learning that enables an agent to learn through trial and error. In the context of AWS DeepRacer, the agent is the reinforcement learning model, and the environment is the simulated racetrack. The agent learns by taking actions (steering and throttle control), observing the results of those actions (the car's state), and receiving rewards (positive reinforcement for getting closer to the finish line, negative reinforcement for penalties).## AWS DeepRacer
is a fully autonomous 1/18th scale race car designed to test reinforcement learning models in a simulated racing environment. It provides a platform for developers, researchers, and enthusiasts to explore RL algorithms, train models, and compete in virtual and physical racing events. Through this project, I harness the power of DeepRacer to train my own model, enabling my robot car to navigate tracks autonomously and compete against other models.## Resources
- AWS DeepRacer Website: https://aws.amazon.com/deepracer/
- AWS DeepRacer Getting Started Guide: https://docs.aws.amazon.com/deepracer/latest/developerguide/deepracer-get-started.html
- AWS DeepRacer Documentation: https://docs.aws.amazon.com/deepracer/
- AWS DeepRacer Student League: https://aws.amazon.com/deepracer/student/