Vincent Moens
Vincent Moens
## Description Parent PR of the QMIX example algorithm
## Description Implements training script instantiations from structured hydra configs - [x] Collectors #471 - [x] Envs and transforms #472 - [x] replay buffers #493 - [x] models #496 -...
## 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...
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
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #965
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #954
Stack from [ghstack](https://github.com/ezyang/ghstack) (oldest at bottom): * __->__ #953