Elliot Tower

Results 105 comments of Elliot Tower

> Hey! We unfortunately from MineRL side do not have bandwidth to update code in such major ways as maintainer team is now working elsewhere. Updates would be cool for...

For what it's worth, if you can update the code to work with gym v26 then the transition to gymnasium will be very simple. Sounds a bit hectic having to...

Another thing that I'm not sure if it's an issue or not is that when you set it to "top today" and try to refresh it seems to not be...

Can’t we just use an older version of Chex and melting pot? Until they update it

> @elliottower DM updated meltingpot so that issue is all fixed The only issue is Dm-lab, any thoughts on what to do? If I get a chance in the next...

Already gave some initial thoughts a few weeks ago but it looks like you’ve addressed most of the things I mentioned, nothing more from me really. Idk if training graphs...

Haven't tested it myself but it looks like hdf5 and h5py should be able to support multi-process reads (https://docs.h5py.org/en/latest/swmr.html?#multiprocess-concurrent-write-and-read) although multithreading seems to not be possible as far as I...

> I have done some research during some months to identify formats and in advantages. > > At the end, I have found hdf5 and h5py the best option. >...

Looks like Python 3.11 has some issues which I'm not entirely sure how to fix, I'm gonna make a separate PR fixing the Gymnasium version and have this one set...

> python3 setup.py install Sorry for the delay on this issue, but I think this is now fixed. Editable mode (`pip install -e .`) still has some issues due to...