Describe the purpose of the pull request, including:
added a config called "train_after_step" to sheeprl\sheeprl\configs\exp\dreamer_v3.yaml. It is set to true by default which doesn't affect the standard way the program runs but if it's set to false it will make the program wait until the end of the episode/game to train the algorithm with all the data gathered.
Type of Change
Please select the one relevant option below:
New feature (non-breaking change that adds functionality)
Checklist
Please confirm that the following tasks have been completed:
[ yes] I have tested my changes locally and they work as expected. (Please describe the tests you performed.)
[ no] I have added unit tests for my changes, or updated existing tests if necessary.
[ no] I have updated the documentation, if applicable.
[ n/a] I have installed pre-commit and run locally for my code changes.
Summary
Describe the purpose of the pull request, including:
added a config called "train_after_step" to sheeprl\sheeprl\configs\exp\dreamer_v3.yaml. It is set to true by default which doesn't affect the standard way the program runs but if it's set to false it will make the program wait until the end of the episode/game to train the algorithm with all the data gathered.
Type of Change
Please select the one relevant option below:
Checklist
Please confirm that the following tasks have been completed: