Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md (update EnvFactoryRegistered params) (#1228)
To initiate a EnvFactoryRegistered, we now need `train_seed=0` and `test_seed=0` arguments passed instead of `seed` previously written in documentation code snippet. - [x] I have added the correct label(s) to this Pull Request or linked the relevant issue(s) - [x] I have provided a description of the changes in this Pull Request - [x] I have added documentation for my changes and have listed relevant changes in CHANGELOG.md - [x] If applicable, I have added tests to cover my changes. - [x] I have reformatted the code using `poe format` - [x] I have checked style and types with `poe lint` and `poe type-check` - [x] (Optional) I ran tests locally with `poe test` (or a subset of them with `poe test-reduced`) ,and they pass - [x] (Optional) I have tested that documentation builds correctly with `poe doc-build`
- Loading branch information