CoolFace
Apppublic

Anurag459/smart_elevator_system

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
openenv.yaml16 linesDownload Raw Back to root
1name: smart-elevator-env
2
3tasks:
4  - easy
5  - medium
6  - hard
7
8environment:
9  observation:
10    floor: int
11    requests: list
12
13  actions:
14    0: move_up
15    1: move_down
16    2: open_door