Skip to content

Commit

Permalink
added note to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benblack769 committed Jul 7, 2021
1 parent 9e55e99 commit f554278
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ env = action_lambda_v1(env,
lambda act_space : gym.spaces.Discrete(act_space.shape[0]))
```

Note that many of the supersuit wrappers are implemented with a lambda wrapper behind the scenes. See [here](https://github.com/PettingZoo-Team/SuperSuit/blob/master/supersuit/generic_wrappers/basic_wrappers.py) for some examples.

## Citation

If you use this in your research, please cite:
Expand Down

0 comments on commit f554278

Please sign in to comment.