opponent icon indicating copy to clipboard operation
opponent copied to clipboard

Implementation for ICML 16 paper "Deep reinforcement learning with opponent modeling"

Results 4 opponent issues
Sort by recently updated
recently updated
newest added

When run `make train_content` . I receive this error: ``` loading data from text file dat/qb-all/content_data.txt loading dat/qb-all/content_data.txt.mapping.t7 maximum sequence length: 266 vocab size: 22052 # answers/classes: 1046 # users:...

When run `make dat/qb/buzz_data.txt`, I receive this error. `make: *** No rule to make target 'dat/qb/naqt_questions.csv', needed by 'dat/qb/buzz_data.txt'. Stop.` I have downloaded glove.840B.300d.txt.gz and qb_emnlp_2012.tar.gz, and obtained vec.t7, vocab.txt,...

When run ```make run_soccer``` I receive this error. Do you have any suggestion? ``` th train_soccer_agent.lua -agent "QBNeuralQLearner" -agent_params "lr="0.0005",ep="0.3",ep_end="0.1",ep_endt="500000",discount="0.9",learn_start="1000",update_freq="4",minibatch_size=64,rescale_r=1,bufferSize=512,valid_size=500,target_q=10000,clip_delta=1,replay_memory=100000,n_experts=3,model='concat '" -opponent RandomAgent -games 5000 -eval_games 5000 -hist_len 2 -eval_freq...