Skip to content

Commit

Permalink
Missing reference in code example
Browse files Browse the repository at this point in the history
Adding a missing reference to avoid gatting a compilation error
  • Loading branch information
SimonDesbonnets authored Jan 7, 2025
1 parent cfb26e3 commit c4fad6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Learning-Environment-Create-New.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ using System.Collections.Generic;
using UnityEngine;
using Unity.MLAgents;
using Unity.MLAgents.Sensors;
using Unity.MLAgents.Actuators;

public class RollerAgent : Agent
{
Expand Down

0 comments on commit c4fad6f

Please sign in to comment.