Results 27 comments of TimotheeMathieu

After further investigation it seems that it is not due to bashisms at all sorry. I removed and readded things in my xonshrc and found out that it was due...

Yes, with `--no-rc` it works, I have the error message.

Maybe we could modify rlberry `Seeder` in order to accept a pytorch generator as a [`seed_seq`](https://github.com/rlberry-py/rlberry/blob/8168dfc73a802dc9a6308e16a7d7bdce715d4f17/rlberry/seeding/seeder.py#L26). I looked into torch's rng and really they don't seem compatible with anything but...

A possibility would be to have a parameter that would be either "theoretical" or "heuristic" with the heuristic corresponding to the `practical` bonus used in practical applications and theoretical for...

@mmcenta I merged your PR here to check that it all goes green (I will remove this commit before merging to main), it seems OK. I think we need to...

As indication: here is a little profiling of a call of an Agent Manager fitting a DQN environment : ``` [INFO] init new seeder at: agent_manager.py __init__ [INFO] spawned at:...

Thank you @GLevV for this, some comments: * Could you include a short description and explanation of the difference between this and fastfood in the documentation ? * Also, I...

The visualization of a 100-dimensional vector is a very tricky question. I don't know how you reduced the dimension but the curse of dimensionality makes it so that the geometry...