In such a basic scene, we don't need the Academy to initialize, reset, or otherwise control any objects in the environment so we have the simplest possible Academy implementation:
```csharp
using MLAgents;
public class RollerAcademy : Academy { }
```
using System.Collections.Generic;
using UnityEngine;
public class RollerAgent : Agent
{