Eduardo Pignatelli

Results 41 issues of Eduardo Pignatelli

Unit test [here]() Methods failing due to other issues: All of them, due to https://github.com/BuroHappoldEngineering/Grasshopper_Toolkit/issues/221 Notes: The methods are not really failing but due to the issue above, I was...

severity:medium
type:bug

### Description The latest JAX `0.4.24` does not detect GPUs, both using local cuda and pip-installed cuda. The latest working version for me is `0.4.23`. ### Reproduce `pip install "jax[cuda12_pip]"==0.4.24...

bug

#### - Issue The signature in both [`gym.Env.reset`](https://github.com/openai/gym/blob/master/gym/core.py#L117) and [`gymnasium.Env.reset`](https://github.com/Farama-Foundation/Gymnasium/blob/main/gymnasium/core.py#L103) include two optional parameters: `seed` and `options`. Instead [`ToGymEnv.reset`](https://github.com/openai/gym3/blob/4c3824680eaf9dd04dce224ee3d4856429878226/gym3/interop.py#L268) does not accept any parameter. For example, `env.reset(seed=0)` will fail with...

I can't compile any project from the CodeMinion solution, error below: ``` Severity Code Description Project File Line Suppression State Error NU1104 Unable to find project 'C:\Users\epignatel\Documents\repos\pythonnet\src\runtime\Python.Runtime.csproj'. Check that the...

Is it a special case, or is it just lapse?

Any reason the project is not using git sub-modules for `libs\pytorch`?

Partially solves #10

Source: https://minigrid.farama.org/environments/minigrid/ - [ ] MiniGrid-BlockedUnlockPickup-v0 - [ ] MiniGrid-LavaCrossingS9N1-v0 - [ ] MiniGrid-LavaCrossingS9N2-v0 - [ ] MiniGrid-LavaCrossingS9N3-v0 - [ ] MiniGrid-LavaCrossingS11N5-v0 - [x] MiniGrid-SimpleCrossingS9N1-v0 - [x] MiniGrid-SimpleCrossingS9N2-v0 - [x]...

The current signature of a reward function takes three parameters: the previous state, the action taken in that state, and the following state. This means that the reward function is...