-
Notifications
You must be signed in to change notification settings - Fork 23
mbt generator-sbst2022 #109
base: main
Are you sure you want to change the base?
Conversation
Updated parameters, changed time budget ratio to 0.1
Mbt generator |
@chiakangZacHung Hi, I tried to deploy and run your tool but I was not successful. Could you please post here the command line we should use? Also from which folder do you start the generator? I installed that using
|
Dear Alessio,
The command is:
python competition.py --time-budget 1000 --executor beamng --beamng-home
C:\BeamNG.drive-0.24.0.1.13359 --beamng-user
C:\BeamNG.drive-0.24.0.1.13359_user --map-size 200 --module-name
mbt_generator.mbt_generator --class-name MBTGenerator
Please let me know if this could resolve the issue,
thank you
best regards
Chiakang
Il giorno mer 2 feb 2022 alle ore 20:45 Alessio Gambi <
***@***.***> ha scritto:
… @chiakangZacHung <https://github.com/chiakangZacHung> Hi, I tried to
deploy and run your tool but I was not successful. Could you please post
here the command line we should use? Also from which folder do you start
the generator?
Regarding additional dependencies, I installed jype1 but the code also
needs some package called eu.
I installed that using pip install eu but then I get the following error:
2022-02-02 20:38:32,473 CRITICAL An error occurred during test generation
Traceback (most recent call last):
File "C:\tool-competition-av-evaluator\competition.py", line 392, in generate
test_generator.start()
File "mbt-polimi-sbst22\mbt_generator\mbt_generator.py", line 56, in start
from eu.fbk.iv4xr.mbt import SBSTMain
File "C:\tool-competition-av-evaluator\.venv\lib\site-packages\eu\__init__.py", line 33, in <module>
absolute_path_from_relative_path)
AssertionError: Couldn't find file: C:\tool-competition-av-evaluator\.venv\lib\site-packages\eu\hello_relative_world.txt
—
Reply to this email directly, view it on GitHub
<#109 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUD567MD5AUEBCWU7GZZXDTUZGCUDANCNFSM5MQZWJCA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Unfortunately, this did not help. I still get the same error message. The line that causes it is the following:
A couple of additional observations:
|
changed time budget to generation budget
updated run_mbt
No description provided.