typo in registry.py

This commit is contained in:
Peter Zhokhov
2018-10-23 11:16:20 -07:00
parent a52dcae856
commit 06c2fd2a3c

View File

@@ -12,9 +12,10 @@
# for algo_name, algo_entry in registry.registry.items():
# if not algo_entry['supports_vecenv']:
# print(f'{algo_name} does not support vecenvs')
# # should print "fancy_algorithm does not support vecenvs" (among other ones)"from baselines import logger
# # should print "fancy_algorithm does not support vecenvs" (among other ones)"f
from baselines import logger
registry = {}