Shivakanth Sujit

Results 8 issues of Shivakanth Sujit

Hello, In the `gym.Env` class, the first argument is defined as the mode, which is either "human" or "rgb_array". In Crafter, the render function takes only one argument, `size`. This...

In these lines, because the assert statement is broken into multiple lines and hence covered with parentheses, the assert evaluates the tuple itself. So it will always evaluate to True....

**Summary:** When the user tries to pin point the location of a client to save the address, the activity just crashes. **Steps to reproduce:** 1. Find any client using the...

I tried running the agent on the Walker Walk environment and the KL Divergence loss seems to be growing exponentially and causing nans. But I have not made any changes...

Hello, If I am running on a headless server, is there anyway for me to get image observations from the environment so that I can generate/save a video of the...

The Ollama app returns an error message if the connection is refused pointing out that the server might not be running. https://github.com/ollama/ollama/blob/8645076a71941d78a996e52cff65c794df6cdbcb/cmd/cmd.go#L893 This package does not have a similar error...

I was running the example `sb3_move_boxes.py` and was looking at the observations returned from the actor and they seem to be flipped to the orientation that I expect them to...

In the `ParallelRLEnv` class, I am having a doubt if the environment instances above the number set for n_show perform a function? Because in the class when you inherit from...