Alan Cooney

Results 6 issues of Alan Cooney

[DM Meltingpot](https://github.com/deepmind/meltingpot) sets the action_spec as a tuple rather than list. This change is all that's needed to use Acme with Meltingpot - everything else works out of the box.

Fix the quickstart notebook so that it will work with version 4.1. - Remove the Acme extra requirement `reverb` which longer exists, and isn't needed (as `dm-reverb` is installed as...

For larger projects, `TensorType[T.BATCH]` (where `T` is an enum) can be better than `TensorType["batch"]`, as it enables standard naming conventions & additional code hints. It would be great to support...

### 🚀 The feature, motivation, and pitch It would be nice if we could `pip install trlx` in a project, rather than having to clone. I suggest we use the...

feature request

### 🚀 The feature, motivation, and pitch Another large win for code quality would be to remove all the dynamic imports (e.g. the `@register_datapipeline`, `@register_orchestrator`... functionality). They can be replaced...

feature request

### 🚀 The feature, motivation, and pitch Was there a reason for using them, or just a legacy feature of TRL? Advantages of using the Python data class directly are:...

feature request