Rollouts
Generating rollouts
To generate rollouts for any of the registered environments run:
The configurable parameters are listed below:
To test the proper functioning of an environment a good check is to generate a rollout for the same without passing any pretrained model. This will simulate the environment by sampling random actions from the action space. Even though this is not an exhaustive test and the training can still fail, it ensures that the pipeline for sampling environment observations and the episode rollout strategy used in the trainer works properly.
Last updated
Was this helpful?