LEADER
LEADER copied to clipboard
Author implementation of the LEADER algorithm: integrating learning and planning to have safer agents
Results
1
LEADER issues
Sort by
recently updated
recently updated
newest added
Hi, I am running the training script. However, the ego car just keep still and the pomdp planner seems not working. ``` s = rospy.Service('adding_value', ValueService, lambda msg: handle_value(msg, socket))...