How many different values for dx are possible in theory ? If you were to create a tabular reinforcement learning agent, what size is your table for this problem ?
Create a RL agent for Minirace (level 1) 15 points The code in minirace.py provides an environment to create an agent that can be trained with reinforcement learning . The following is a description of the environment dynamics: • The square represents the car, it is 2 pixels wide. The car always appears in the […]