developing main experiment loop, functions required to implement in bc and other imitation methods

This commit is contained in:
Arec
2021-07-20 05:58:24 -07:00
parent c0755f5bb5
commit 2fb5d5e5b1
4 changed files with 143 additions and 1 deletions

View File

@@ -0,0 +1 @@
from src.bc.bc import BehaviorCloningPolicy, train, load_policy, metrics