You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem Description
Thanks for the great work and sharing the implementation.
I wanted to reproduce the results in the paper, and was trying to run the code, but had the following error.
$ python3 policy_demonstration/sample_updraft_finder.py
Traceback (most recent call last):
File "policy_demonstration/sample_updraft_finder.py", line 14, in <module>
from parameters import params_updraft_finder, params_triangle_soaring, params_environment
ModuleNotFoundError: No module named 'parameters'
Before trying to debug the problem myself, I wanted to ask whether I am missing some context on how the repository should be used, as the repository is missing instructions on how to run the code.
Would it be possible to know what I am missing to run the example?
The text was updated successfully, but these errors were encountered:
Jaeyoung-Lim
changed the title
Instructions on how to run the implementation?
Unable to run policy demonstration
Mar 18, 2024
Problem Description
Thanks for the great work and sharing the implementation.
I wanted to reproduce the results in the paper, and was trying to run the code, but had the following error.
Before trying to debug the problem myself, I wanted to ask whether I am missing some context on how the repository should be used, as the repository is missing instructions on how to run the code.
Would it be possible to know what I am missing to run the example?
The text was updated successfully, but these errors were encountered: