Antonin RAFFIN

Results 71 issues of Antonin RAFFIN

This is a proof of concept to display an overview in the expense page for the active user. I had to adapt the `Money` component to display in read "You...

Without this, docker complained: ``` docker: Error response from daemon: create ./postgres-data: "./postgres-data" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass...

Hello, nice project =) We would be interested if you could do a pull request on [stable-baselines3](https://github.com/DLR-RM/stable-baselines3) where you add your project to the [documentation](https://stable-baselines3.readthedocs.io/en/master/misc/projects.html) (project section) ;)

The tests pass with `arch==7.0`, a pinned version to 5.3.1 causes failure on CI for Python 11 (no pre-built wheel): https://github.com/DLR-RM/rl-baselines3-zoo/pull/464

## Description ## Motivation and Context - [ ] I have raised an issue to propose this change ([required](https://github.com/DLR-RM/stable-baselines3/blob/master/CONTRIBUTING.md) for new features and bug fixes) ## Types of changes -...

## Description ## Motivation and Context - [ ] I have raised an issue to propose this change ([required](https://github.com/DLR-RM/stable-baselines3/blob/master/CONTRIBUTING.md) for new features and bug fixes) ## Types of changes -...

# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....

## Description Reviving https://github.com/DLR-RM/stable-baselines3/pull/81 closes https://github.com/DLR-RM/stable-baselines3/issues/47 Idea based on https://github.com/younggyoseo/FastTD3 implementation with fixes to avoid https://github.com/younggyoseo/FastTD3/issues/6 Mostly tested on IsaacSim so far. To try it out (I'm thinking about adding...

## Description ``` python -m timeit -s "import numpy as np; a=np.ones(4096)" "a.nonzero()[0]" ``` ``` 10000 loops, best of 5: 12.4 usec per loop ``` vs ``` python -m timeit...

## Description ## Context - [ ] I have raised an issue to propose this change ([required](https://github.com/Stable-Baselines-Team/stable-baselines3-contrib/blob/master/CONTRIBUTING.md)) closes #284 ## Types of changes - [ ] Bug fix (non-breaking change...