Skip to content
Snippets Groups Projects
Commit e0926705 authored by Franck Dary's avatar Franck Dary
Browse files

Reduced probaRandom and probaORacle

parent 9547a7de
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ def trainModelRl(debug, modelDir, filename, nbIter, batchSize, devFile, transiti
missingLinks = getMissingLinks(sentence)
if debug :
sentence.printForDebug(sys.stderr)
action = selectAction(policy_net, state, transitionSet, sentence, missingLinks, probaRandom=0.3, probaOracle=0.15)
action = selectAction(policy_net, state, transitionSet, sentence, missingLinks, probaRandom=0.1, probaOracle=0.1)
if action is None :
break
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment