onestep-rl icon indicating copy to clipboard operation
onestep-rl copied to clipboard

Results 4 onestep-rl issues
Sort by recently updated
recently updated
newest added

Hi, I may just be misunderstanding the code but I believe that I found a bug. Currently in `./config/beta/bc.yaml` you have the behavior policy distribution type is 'normal', but this...

I believe I have found a bug in your density estimation for the normal distribution. This is currently your GaussMLP: ``` class GaussMLP(nn.Module): def __init__(self, state_dim, action_dim, width, depth, dist_type):...

Dear author, Thanks for providing this package. After reading the `readme` I am still fuzzy about how to train and evaluate the algorithm. Could you please provide (a set of)...

I saw your figure folder, and it make sense. But I just curious to learn or know one thing, like I have seen some code base like your one, no...