Include modified version of two_rooms_one_door_config + small changes on two other configs and a rl study file

This commit is contained in:
Julian Schönberger
2024-03-27 17:06:23 +01:00
parent 086a921929
commit 63bed3f4ba
5 changed files with 85 additions and 6 deletions

View File

@ -6,14 +6,14 @@ General:
level_name: simple_crossing
# View Radius; 0 = full observatbility
pomdp_r: 0
verbose: true
verbose: false
tests: false
Agents:
Agent_horizontal:
Actions:
- Noop
- Move8
- Move4
Observations:
- Walls
- Other
@ -27,7 +27,7 @@ Agents:
Agent_vertical:
Actions:
- Noop
- Move8
- Move4
Observations:
- Walls
- Other