Farama-Foundation / PettingZoo

An API standard for multi-agent reinforcement learning environments, with popular reference environments and related utilities
https://pettingzoo.farama.org
Other
2.45k stars 400 forks source link

Local Ratio should not be 0 #1209

Open SamuelMoor-Smith opened 1 month ago

SamuelMoor-Smith commented 1 month ago

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue), Depends on # (pull request)

1

Type of change

But

Please delete options that are not relevant.

Screenshots

Please attach before and after screenshots of the change if applicable. To upload images to a PR -- simply drag and drop or copy paste.

Checklist:

jjshoots commented 1 week ago

I don't think this is a good idea. A better approach would be to fix the reason that local_ratio is needed in the first place. Leaving this open for now.