Farama-Foundation / MAgent2

An engine for high performance multi-agent environments with very large numbers of agents, along with a set of reference environments
https://magent2.farama.org
MIT License
219 stars 37 forks source link

fix(setup): missing module in distribution package #18

Closed hominsu closed 1 year ago

hominsu commented 1 year ago

This commit fixes an issue where the code was not being included in the distribution package.

The issue was resolved by adding a line to the setup.py to include the modules.

With this change, the package can now be installed and used as intended.

Relate to: #14