fixing bugs in transform, expert demo processing, main train function, and behavior cloning class. need to get bc class parameters to return nonempty list
This commit is contained in:
@@ -35,7 +35,7 @@ def average_velocity(x):
|
||||
"""
|
||||
pass
|
||||
|
||||
def divergence(p, q, type='kl')
|
||||
def divergence(p, q, type='kl'):
|
||||
"""
|
||||
Calculate a divergence between p and q
|
||||
Args:
|
||||
|
||||
Reference in New Issue
Block a user