Elliot Tower

Results 105 comments of Elliot Tower

Well for one, the CLI elements that you can add are limited to pinpoint dashboard or kinesis data stream, why is there no option to add a firehose? In the...

I think there should be a good way to fix this, will discuss in the other PR or make a new one

Thanks for the detailed code we can adapt this as a test case to ensure it doesn’t break in the future

> > multi-agent environments > > Currently https://pypi.org/project/multi-agent-ale-py/ points to https://github.com/PettingZoo-Team/Multi-Agent-ALE (a fork of this repo; hasn't been updated for 9 months), which is then [depended](https://github.com/Farama-Foundation/PettingZoo/blob/1.24.1/pyproject.toml#L34) upon by `pettingzoo`. >...

> Hey @elliottower yes I'm keen to upgrade to gymnasium. there's also many more upgrades to do on the python side that I'm planning like using `mypy` and `poetry`. >...

Make sure to use gymnasium v26 as that’s what RLlib currently uses. They are in the process of updating but currently it’s not possible to use together. On Thu, Jun...

There are some environments in pettingzoo with get state (mentioned in that second issue) but as mark says in the first one it’s a bit late to add a feature...

This would be good to get merged but it looks like it failed because int has no dtype? Not sure what that is about

> We need to add a Dockerfile to this project. Would love an official dockerfile but you can pretty easily adapt this installation script to work with docker: ``` #...

Thanks for pointing this out, not sure exactly how we would get around the pickling error—I remember running pickle errors previously as well, the lab2d objects don’t seem to be...