7 lines
157 B
Python
7 lines
157 B
Python
from .policy import register
|
|
from .baselines import *
|
|
|
|
register("initial-view", InitialView)
|
|
register("front-view", FrontView)
|
|
register("top-view", TopView)
|