ihopethiswillfi

Results 9 comments of ihopethiswillfi

I'm looking at this as well as I'm having the same issue. I don't understand the case against having `check_array(X, force_all_finite=False)` as default and hardcoded? It's pretty obvious that the...

This seems to not happen inside a single run. I.e. only after running for the second time. Temporary fix I'm using: after every run I manually delete all rows from...

Why is the last MA a NaN here? The timeperiod is 3. And clearly the last 5 values of the input are not NaNs.

This solved the problem for me: https://github.com/jupyter/notebook/issues/3224#issuecomment-382300098

I ran into this as well and used another approach. Example: ``` class King(Agent): self.uid self.wealth class Bird(Agent): self.uid self.color ``` What I did was simply altering the uids. E.g....

This just happened to me and the only thing I did was: ` pixi init --format pyproject pixi add pixi-pycharm ` I was on 0.42.1 but upgrading to 0.44.0 didn't...

By the way in my case it happens every single time. I'm unable to use pixi right now, had to switch to another tool to manage my env.

There's also DI-engine. I'm using RLlib myself but DI-engine is on my shortlist because its list of agent implementations is very impressive: https://github.com/opendilab/DI-engine#algorithm-versatility . It looks more lightweight than RLlib,...

> 2 - DI-Engine looks really promising ! Do you have feedback about it ? Does the agents works fine ? Unfortunately me too, I need to find time to...