Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexunderch authored Aug 25, 2023
1 parent 98c92b8 commit afa6663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Essentially, we have the following observation/action spaces:
(Observation Stacks) * (1 + 2 * Rays Per Direction) * (Num Detectable Tags + 2)
```

>[Note] As for dev release it is 136-dimensional vector
>[Note] As for dev release it is 99-dimensional vector
* `Action space`: multi-discrete ([`gym.Spaces.MultiDiscrete`](https://gymnasium.farama.org/api/spaces/fundamental/#gymnasium.spaces.MultiDiscrete)), one is useful to represent game controllers or keyboards where each key can be represented as a discrete action space.
- moving arrow keys: `0` – noop, `1` – W, `2` – A, `3` – S, `4` – D.
Expand Down

0 comments on commit afa6663

Please sign in to comment.