BensonV4.1 has been trained

This commit is contained in:
2024-04-19 16:07:16 +02:00
parent 8f16297e05
commit 91012e69dc
5 changed files with 67 additions and 3 deletions

View File

@@ -192,6 +192,10 @@ public class AgentControllerV4 : Agent
return angle;
}
private void OnTriggerEnter(Collider other) {
}
// // punishment for hitting a wall
// private void OnCollisionEnter(Collision other) {
// if (other.gameObject.tag == "Wall")