FabioPINO
FabioPINO
To whom it may concern, I have some problems with the installation of auto on windows. I have followed all the instructions but in the end, when I try to...
Where can I find the implementation details that differentiate the PPO2 algorithm from the original version reported in Proximal Policy Optimization Algorithms by Schulman?
When I try to run the code below I get this error at the pretrain function: **Error** ``` File "C:\Users\fabio\Desktop\wetransfer-08d028\Rope_ex_v1.5\RL_Training\behaviour_cloning.py", line 40, in model.pretrain(dataset, n_epochs=1000) File "c:\users\fabio\desktop\virtual_env\env1\lib\site-packages\stable_baselines\common\base_class.py", line 346, in...