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

13
src/bc/bc.py Normal file
View File

@@ -0,0 +1,13 @@
class BehaviorCloningPolicy():
pass
def load_policy():
pass
def metrics():
pass
def train():
pass