En aquest projecte és pretén construir un robot velocista i ensenyar-lo a conduir de forma autònoma utilitzant tècniques de IA.
Recomanem crear un entorn virtual.
conda create -n velocista_env python=3.10
conda activate velocista_envPer instal·lar tot el necessari, cal executar la comanda següent:
pip install -r requirements.txtTota aquesta part s'estructura com calgui.
A few motivating and useful examples of how your product can be used. Spice this up with code blocks and potentially more screenshots.
cd src
python -m src.appEn aquesta secció veiem com està estructurat el projecte.
app.py: Programa principal. Mostra una GUI amb una pista i un cotxe. L'usuari és capaç de pilotar el cotxe per la pista.
- Episode: It refers to a Game. One game consists in taking 400 actions, this means that an agent will take 400 actions over the game.
- Epoch: It refers to a set of Episodes.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -am 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Create a new Pull Request
For more information about the project, see the following documentation:
- ...
- Billie Thompson - Coding, Electronics - PurpleBooth
- Eduard Thompson - Maker - PurpleBooth
- Lilly Thompson - Electronics - PurpleBooth
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code is used
- Inspiration
- etc
Find out about the latest projects and news, follow us on our Instagram or visit our website
