Manuel

Results 14 issues of Manuel

you need to re-evaluate the features/state after the optimization step optim.step() because that updates the feature layer hence the features themselves

…the user is warned rather than silently ignored. ## Description Right now logged values can be silently ignored or logged as two different types (unlikely). ## Motivation and Context I...

PR template not filled

### 🚀 Feature NatureCNN is hard coded for CombinedExtractor. https://github.com/DLR-RM/stable-baselines3/blob/master/stable_baselines3/common/torch_layers.py#L258 ### Motivation Implementing different networks requires rewriting or patching CombinedExtractor, it's a lot of code. ### Pitch I would be...

enhancement

> [0] Bengio, Yoshua, Ian J. Goodfellow, and Aaron Courville. "Deep learning." An MIT Press book. (2015). [pdf] (Deep Learning Bible, you can read this book while reading following papers.)...

The paper mentions https://github.com/astooke/safe-rlpyt (404) This repo mentions the code in the commits but i don't find anything in the head. Where can i find an official implementation?

## 🐛 Bug ``` (XXXXX) PS C:\Users\tmp\projects\xxx> pip install aim Collecting aim Using cached aim-3.12.2.tar.gz (1.4 MB) Installing build dependencies ... error error: subprocess-exited-with-error × pip subprocess to install build...

type / bug
help wanted

(This pull request depends on the HS suite) adds: 1. Extragradient optimizer and tests (18/20 passing) 2. gradient descent/ascent, untested 3. updates in the pip package 4. a bug fix...

The `convergence_test` function is uses new_parameters, old_parameters as arguments: e.g. https://github.com/gehring/fax/blob/15619388f9362d6365eabf074ad27b50cf08d8fd/fax/constrained/constrained_test.py#L60 but in the doc string it accepts the solution tuple: https://github.com/gehring/fax/blob/1c68fc6745c5831bb55fa1e914f3de5efac85e51/fax/loop.py#L58 which includes other values such as the number...

Hey! I'm using your magi.js library for a project of mine is there a clean way to add a custom texture without hacks? awesome library btw