Thanks to the team for open source.
1.The HoverRand task in the documentation is actually represented as Hover in the code.
2.Missing files such as landing.py and track.py
In MarineGym/marinegym/envs/single/init.py:
"""
from .hover import Hover
#Missing file:
#from .track import Track
#from .landing import Landing
"""
I need help
Thanks to the team for open source.
1.The HoverRand task in the documentation is actually represented as Hover in the code.
2.Missing files such as landing.py and track.py
In MarineGym/marinegym/envs/single/init.py:
"""
from .hover import Hover
#Missing file:
#from .track import Track
#from .landing import Landing
"""
I need help