Add top baseline

This commit is contained in:
Michel Breyer
2021-07-07 17:46:11 +02:00
parent 6658b8c7f0
commit 5855f67c2a
4 changed files with 68 additions and 40 deletions

View File

@@ -0,0 +1,5 @@
from .policy import register
from .baselines import *
register("single-view", SingleViewBaseline)
register("top", TopBaseline)