tkn-tub / veins-gym

Reinforcement Learning-based VANET simulations
https://www2.tkn.tu-berlin.de/software/veins-gym/
GNU General Public License v2.0
53 stars 8 forks source link

veins_gym error #14

Open JeffreyRed opened 1 year ago

JeffreyRed commented 1 year ago

After setting up the project to use veinsgym. I am getting the bellow error. Do you know what could be the issue? I have checked and everything looks ok. the Define_Module is there, the makefile, I am using CUSTOM the one provided in the folder. I see the obj are ok.

I used OMNet++ 5.6, and 5.7 same error.

A runtime error occurred:

Class "GymConnection" not found -- perhaps its code was not linked in, or the class wasn't registered with Register_Class(), or in the case of modules and channels, with Define_Module()/Define_Channel() -- in module (omnetpp::cModule) SerpentineScenario2 (id=1), during network setup

Launch a debugger with the following command?

nemiver --attach=10758 & Screenshot from 2023-05-05 13-47-21

Screenshot from 2023-05-05 13-50-06