Skip to content

Commit

Permalink
update 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkterry1 authored Nov 7, 2020
1 parent 7ca11aa commit 9f676c5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ PettingZoo keeps strict versioning for reproducibility reasons. All environments

Version 1.4.0 (November 6, 2020)

General: Substantial API upgrades (see https://www.pettingzoo.ml/api), overhaul of the handling of agent death. In particular, the agents list now only contains live agents (agents which have not been done).

Internal refactoring: Moved significant logic from wrappers to raw environment.
General: Substantial API upgrades (see https://www.pettingzoo.ml/api), overhaul of the handling of agent death. In particular, the agents list now only contains live agents (agents which have not been done). Moved significant logic from wrappers to raw environment. Renamed max_frames to max_cycles and made the meaning of this argument consistent across all environments.

Atari: Fixed entombed_cooperative rewards, add support for custom ROM directory specification

Expand All @@ -78,8 +76,6 @@ SISL: Bug fixes in all environments

MAgent: Fixes to observation space of all environments

Renamed max_frames to max_cycles and made the meaning of this argument consistent across all environments (MPE, SISL, Butterfly, Atari, MAgent).

Bumped versions of all environments. There hopefully will be no more major API changes after this.

Version 1.3.5 (October 14, 2020)
Expand Down

0 comments on commit 9f676c5

Please sign in to comment.