Balancing a ball: Ai
- October 4, 2023
- LeeBeeGames
About In this simulation, I train an agent to balance a ball that is launched onto a platform, avoiding the machinery below for 15 seconds. Despite the task appearing straightforward, it presents a couple of new challenges that haven't been in my previous agents. This agent uses Q-Learning with linear function approximation and tile coding to handle the state space. You can take control of the pl…