This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
using Unity.MLAgents; | |
using Unity.MLAgents.Sensors; | |
using Unity.MLAgents.Actuators; | |
public class RunFast : Agent | |
{ | |
[SerializeField] private Transform targetTransform; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"__type": "UpdateActionComponent", | |
"Action": { | |
"Version": 5, | |
"UserData": { | |
"Title": "Updateaaa", | |
"id": "ef24df7c-a135-423b-bd97-29f278cbd37b", | |
"ReferencedComponentTypes": [ | |
"Sandbox.Game/Sandbox.CharacterController" | |
] |