Skip to content

Commit 02a380b

Browse files
ema-peyjhan96
authored andcommitted
Fix Farama-Foundation#1225 by removing the wrong paragraph (Farama-Foundation#1247)
1 parent 625e89d commit 02a380b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/api/aec.md

-3
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,6 @@ The [_Agent Environment Cycle_](https://arxiv.org/abs/2009.13051) (AEC) model wa
9494

9595
In an AEC environment, agents act sequentially, receiving updated observations and rewards before taking an action. The environment updates after each agent's step, making it a natural way of representing sequential games such as Chess. The AEC model is flexible enough to handle any type of game that multi-agent RL can consider.
9696

97-
with the underlying environment updating after each agent's step. Agents receive updated observations and rewards at the beginning of their turn. The environment is updated after every step,
98-
This is a natural way of representing sequential games such as Chess and Go.
99-
10097
```{figure} /_static/img/aec_cycle_figure.png
10198
:width: 480px
10299
:name: The AEC diagram of Chess

0 commit comments

Comments
 (0)