Typo in README.md [skip ci]

This commit is contained in:
Michael Panchenko 2024-01-24 17:50:15 +01:00 committed by GitHub
parent 69a0e6bbd7
commit a0e0824c64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -231,7 +231,7 @@ almost exclusively concerned with configuration that controls what to do
```python
experiment = (
DQNExperimentBuilder(
EnvFactoryGymnasium(task="CartPole-v1", seed=0, venv_type=VectorEnvType.DUMMY),
EnvFactoryRegistered(task="CartPole-v1", seed=0, venv_type=VectorEnvType.DUMMY),
ExperimentConfig(
persistence_enabled=False,
watch=True,