suargi

Results 7 issues of suargi

### ❓ Question Why is the number of parallel environments (n_envs) set to one when using the optimize-hyperparameters? https://github.com/DLR-RM/rl-baselines3-zoo/blob/e06914e9835b8f3233b18d59943b1464b89ddb90/rl_zoo3/exp_manager.py#L198 Thanks! ### Checklist - [X] I have checked that there is...

question

Update the documentation of Solver-Setup.md The idea is to make divide #59 into small pull requests in order to make things smoother and easier. This one addresses only the Solver-Setup.md....

PR: unreviewed

Included a section dedicated only to gradients and limiters. This pull request complements #81.

PR: unreviewed

Thank you for making your code available. I have found some bugs: - https://github.com/AntreasAntoniou/HowToTrainYourMAMLPytorch/issues/24) - https://github.com/AntreasAntoniou/HowToTrainYourMAMLPytorch/issues/42 - Hyperparameters specified in configurations are not the same ones used in the original...

### ❓ Question Hi, When training using a vectorized environment, what's the recommended approach for plotting the training progress? For example, suppose we want to plot episode reward versus episode...

question

# Description I would like to create a neural CDE for regression. For that, I have taken the example from [neural CDE for classification](https://docs.kidger.site/diffrax/examples/neural_cde/) and adapted using the content from...

Hello, I’m trying to apply periodic boundary conditions in a setup where the velocity and pressure fields are defined on different triangular meshes with different polynomial orders - specifically: -...