Kailiang Dong

Results 4 comments of Kailiang Dong

In addition, another output log for driving is: /home/Documents/code/coiltraine/logger/monitorer.py:120: UserWarning: loadtxt: Empty input file: "" delimiter=",", skiprows=1) ERROR:root:(127.0.0.1:35865) connection closed ERROR:root:(127.0.0.1:35865) connection closed ERROR:root:(127.0.0.1:35865) connection closed ERROR:root:(127.0.0.1:35865) connection closed ERROR:root:(127.0.0.1:35865)...

I confuse about this points. I also want to know.

me, too. It told me the string I give is a directory. Should I give path of one of these three?

parser.add_argument('--load_model_path', help='if provided, load the model', type=str, default='./baselines/checkpoint/BC.commonroad.traj_limitation_-1.seed_1') ob_space = env.observation_space ac_space = env.action_space pi = policy_func("pi", ob_space, ac_space, reuse=reuse) variables = tf.contrib.framework.get_variables_to_restore() variables_to_restore = [v for v in variables...