Vincent Moens

Results 145 issues of Vincent Moens

## Description Small tweaks to run faster tests

CLA Signed

## Description Parent PR of the QMIX example algorithm

enhancement
CLA Signed

## Description Implements training script instantiations from structured hydra configs - [x] Collectors #471 - [x] Envs and transforms #472 - [x] replay buffers #493 - [x] models #496 -...

enhancement
CLA Signed

## Description Better set comparison, using `==` whenever possible. ## Motivation and Context Originally, we tested that difference between two sets was 0 and intersection was complete. `==` does the...

CLA Signed
quality

No more 3.8 in torch 2.5

CLA Signed
CI

Fixes the torch.compile compatibility with functional calls with tensordict using CMs: ```python def call(x, td): with td.to_module(module): return module(x) call_compiled = torch.compile(vmap(call, (None, 0))) call_compiled(x, td) ``` cc @zou3519

bug
CLA Signed

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #965

CLA Signed

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #954

CLA Signed
Performance

Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #953

CLA Signed