Ronaldo Vieira

Results 6 comments of Ronaldo Vieira

Had this issue too. Adding the missing `self.writer.close()` in TensorboardWriter's `__exit__` method worked for me, which seems fair. Is there any reason not to do that? Code is: ```python def...

I tried to run the consistency checks with Coac vs. Chad matches in the original Java engine, but it only works if both agents are deterministic. Sadly, Chad is not...

FYI: I plan to work on this on Jan 2023

This is done. In gym-locm version 1.4.0, any `gym_locm.engine.State` object initialized will reflect the 1.5 rules, except if the `version="1.2"` parameter is passed.

Hi @Rattko! Sorry for not answering earlier - somehow I didn't get notified. What you brought up is indeed an issue. The `LOCMEnv` class has methods to transform a `State`...

Hi, @Rattko! Thank you a lot for reporting. I'll be sure to fix this in the next release later this year.