Skip to content

Commit 761548d

Browse files
committed
update
1 parent f3ff5fa commit 761548d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ state, global_state = env.reset()
174174
for t in range(240):
175175
actions = agents.get_actions(state) # a vector involving all agents' actions
176176
reward, done, info = env.step(actions)
177-
next_state = trainer.env.get_obs()
177+
next_state = env.get_obs()
178178
state = next_state
179179
```
180180

0 commit comments

Comments
 (0)