Jules Sintes
Results
2
comments of
Jules Sintes
Thank you for your feedback. For more consistency with other "from" methods and the `Annotation` object itself, I suggest that `from_rttm` works as follow : - if no uri is...
Got an unexpected keyword argument 'use_sde' when passing behavioural cloning policy to PPO from SB3
Hi, I had the same error trying to retrain a policy with PPO after Behaviour Cloning. Actually, the problem is here : `model = PPO(policy=bc_trainer.policy, env=env, verbose=1, device = 'cuda')`...