Skip to content

Commit

Permalink
Update README.md (update EnvFactoryRegistered params)
Browse files Browse the repository at this point in the history
Change params in EnvFactoryRegistered() constructor
  • Loading branch information
konnovdev authored Dec 9, 2024
1 parent 7a2bbe5 commit c76fb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ almost exclusively concerned with configuration that controls what to do
```python
experiment = (
DQNExperimentBuilder(
EnvFactoryRegistered(task="CartPole-v1", seed=0, venv_type=VectorEnvType.DUMMY),
EnvFactoryRegistered(task="CartPole-v1", train_seed=0, test_seed=0, venv_type=VectorEnvType.DUMMY),
ExperimentConfig(
persistence_enabled=False,
watch=True,
Expand Down

0 comments on commit c76fb5d

Please sign in to comment.