Decision Module
1.0
ICRA2020 AI Challenge Northwestern Polytechnical University Aoxiang Team Strategy Code
|
Functions | |
def | monitor_time (str name, func, *parameter) |
def | copy_data (str path) |
def | train (env, load_model_data) |
def | match (env) |
def | main () |
Variables | |
list | ACTION_NUM = [3, 6, 3, 6] |
my_color = rospy.get_param('my_color') | |
def dqn_decision_node.copy_data | ( | str | path | ) |
def dqn_decision_node.main | ( | ) |
The entrypoint of running and dqn training
def dqn_decision_node.match | ( | env | ) |
Start a match without training
def dqn_decision_node.monitor_time | ( | str | name, |
func, | |||
* | parameter | ||
) |
def dqn_decision_node.train | ( | env, | |
load_model_data | |||
) |
Start match and train
list dqn_decision_node.ACTION_NUM = [3, 6, 3, 6] |
dqn_decision_node.my_color = rospy.get_param('my_color') |