berkeley-reclab / RecLab

MIT License
64 stars 7 forks source link

Named environments #186

Closed sarahxdean closed 4 years ago

sarahxdean commented 4 years ago

Adds utility for creating environments with default parameters by name in the file registry.py. Example usage:

from reclab.environments import make

env = make('topics-static')

Note that this PR branches off of #178