Edgar A. Duéñez-Guzmán

Results 16 comments of Edgar A. Duéñez-Guzmán

We are working on our side to have at least some versions available in pypi so it can be pip installed. Stay tuned

I've fixed the RLLib example, and updated it to 2.2.0. It should pass at head.

Hello Elliot, That would be fantastic! Please let me know if there's anything I can do to help.

Yes, some of our tests are very slow (the full substrate tests). I believe we don't run _all_ the tests in the install.sh script.

Those warnings are not critical. They happen when a substrate doesn't define a scene, it when their ASCII map contains a character that is not present in the prefab map....

Yes, of course. The observation is produced as a raw numpy array of height X width X channels (3, RGB). Si you can render this to anything you want. One...

You need to get the factory: https://github.com/deepmind/meltingpot/blob/7de41d2db0e5eca31107312d405e20ff3a7da39e/meltingpot/python/substrate.py#L70 ```python config = meltingpot.python.substrate.get_config(substrate_name) factory = meltingpot.python.substrate.get_factory_from_config(config) env = factory.build(config.default_player_roles) ``` If you need to explicitly set the seed, we currently don't expose...

It depends on the shimmy API. We usually don't have a way to reset substrates without rebuilding the whole thing anyway, because some stochastic choices occur at the creation stage....

I'll take a look tomorrow. On Wed, 8 Mar 2023, 17:16 Elliot Tower, ***@***.***> wrote: > It depends on the shimmy API. We usually don't have a way to reset...

Fantastic, let me know if there's anything on our side that's needed.