VictorLeeLk
VictorLeeLk
Hi,when I run the command `sh ./train_minirts.sh --gpu 0`,I got this problem. `Warning: argument ValueMatcher/grad_clip_norm cannot be added. Skipped. PID: 51523 ========== Args ============ Loader: handicap_level=0,players="type=AI_NN,fs=50,args=backup/AI_SIMPLE|start/500|decay/0.99;type=AI_SIMPLE,fs=20",max_tick=30000,shuffle_player=False,num_frames_in_state=1,max_unit_cmd=1,seed=0,actor_only=False,model_no_spatial=False,save_replay_prefix=None,output_file=None,cmd_dumper_prefix=None,gpu=0,use_unit_action=False,disable_time_decay=False,use_prev_units=False,attach_complete_info=False,feature_type="ORIGINAL" ContextArgs: num_games=1024,batchsize=128,game_multi=None,T=20,eval=False,wait_per_group=False,num_collectors=0,verbose_comm=False,verbose_collector=False,mcts_threads=0,mcts_rollout_per_thread=1,mcts_verbose=False,mcts_save_tree_filename="",mcts_verbose_time=False,mcts_use_prior=False,mcts_pseudo_games=0,mcts_pick_method="most_visited" MoreLabels: additional_labels="id,last_terminal"...
Using Theano backend. Traceback (most recent call last): File "HumanActionRecognition.py", line 18, in from regularizers import EigenvalueRegularizer ImportError: No module named regularizers I have used the command ¨sudo pip install...
Hello,when I run the dqn.py ,I got this problem,how can I solve it? more information as follows: `Step 837 (5812168) @ Episode 2147/10000, loss: 0.0055155428126454353 Episode Reward: 12.0 Step 921...