You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CozmoAcademy.cs 142B

123456789
  1. using MLAgents;
  2. using System.Collections;
  3. using System.Collections.Generic;
  4. using UnityEngine;
  5. public class CozmoAcademy : Academy
  6. {
  7. }