Skip to content

CityManager-App v.2.0 Latest

Latest
Compare
Choose a tag to compare
@siliataider siliataider released this 23 Jan 16:02
· 8 commits to main since this release
4fa2362

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

Full Changelog: v.1.0...v.2.0