added allowed direction check for predict move

This commit is contained in:
Chanumask
2024-04-04 12:48:14 +02:00
parent 1e4ec254f4
commit fe5a97a413
2 changed files with 10 additions and 6 deletions

View File

@ -13,7 +13,7 @@ Agents:
Agent_horizontal:
Actions:
- Noop
- Move8
- Move4
Observations:
- Walls
- Other
@ -27,7 +27,7 @@ Agents:
Agent_vertical:
Actions:
- Noop
- Move8
- Move4
Observations:
- Walls
- Other