Closed sarahxdean closed 4 years ago
Adds utility for creating environments with default parameters by name in the file registry.py. Example usage:
registry.py
from reclab.environments import make env = make('topics-static')
Note that this PR branches off of #178
Adds utility for creating environments with default parameters by name in the file
registry.py
. Example usage:Note that this PR branches off of #178