Features 🚀
- Interactive City Building: Place houses, offices, and restaurants to create your city.
- AI Agents: Use Q-Learning (red agents) and Deep Q-Network (DQN - blue agents) algorithms.
- OpenRouteService API: Watch the agents move around a real map, place them next to your place!
- Life points system: Visualize the agents' life points in real time.
- Graveyard: The agents can die and turn into black dots on the map...
- Simulation Control: Adjust the number of agents, exploration rate decay, and episode length.
- Dynamic Weather: Influence the game by changing the weather conditions.
- Real-Time Learning Visualization: Monitor the agents' learning progress through live graphs.
- Built with React, Python, and Java: A harmonious blend of technologies for a seamless experience.
- Dockerized Deployment & CI/CD Pipeline with Github workflows: Ensuring consistent performance and ease of updates.
What's Changed
- Update README.md by @siliataider in #126
- edit launcher script by @siliataider in #127
- some interaction bettween agens by @merMorty in #128
- Integration deplacement by @siliataider in #129
- rebase by @Eliott-rjd in #130
- rebase by @Eliott-rjd in #131
- onclick agent update marker and graph by @siliataider in #132
- fix popup overlap by @siliataider in #134
- Merge pull request #134 from siliataider/silia-dev by @siliataider in #135
- Merge pull request #135 from siliataider/main by @siliataider in #136
- rebase by @Eliott-rjd in #137
- Eliott dev by @Eliott-rjd in #138
- chnage path by @Eliott-rjd in #139
- multiple buildings by @merMorty in #140
- update visual by @siliataider in #141
- update css by @siliataider in #142
- update favicon by @siliataider in #143
- update css by @siliataider in #145
- update graph y limits by @siliataider in #146
- update opacity by @siliataider in #147
- add java tests by @siliataider in #149
- trigger deploy by @siliataider in #150
- better cach by @merMorty in #151
- add life points to the front by @siliataider in #153
- block buying food if money < food price by @siliataider in #154
- update ci workflow by @siliataider in #155
- fix typo ci workflow by @siliataider in #156
- fix typo ci workflow x2 by @siliataider in #157
Full Changelog: v.1.0...v.2.0