Milly37
Milly37
I just copied the code from the documentation (the link in my previous comment), in particular the part of "Flattening the Environment": ``` import gymnasium import PyFlyt.gym_envs from PyFlyt.gym_envs import...
I tried to implement a training of 2M steps on kaggle. It trained for 3 hours but during rendering there are two problems: - waypoints change continously - drone stays...
@tlaurie99 thank you for your suggestion, but I failed to make it work on Kaggle. I've tried a slight different version, but I think that there is a problem with...
I'm sorry to bother you again. I've tried as you said but I get this error: `'QuadXWaypointsEnv' is not defined`
Yes, I've changed import so many times that I forgot to rewrite that. I hope this will be the last time I bother you but at the moment I have...
EDIT: I have corrected some errors that I was making on my pc and simulations start now. I have one last problem: even though reward is pretty good (I attach...