Skip to content

Commit

Permalink
exploration == 0.0001 to validation
Browse files Browse the repository at this point in the history
  • Loading branch information
JPedroRBelo committed Apr 29, 2021
1 parent 9f26b20 commit 5243e44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions simMDQN/validate.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function generate_data(episode)
local ep_rewards=torch.load('files/ep_rewards.dat')

local aset = {'1','2','3','4'}
local testing = false
local testing = 0.00001

local arg_test = arg[1]
if arg_test ~= nil then
Expand All @@ -68,8 +68,9 @@ function generate_data(episode)

if testing then
--aset = {'1','1','1','1'}
aset = {'4','4','4','4'}
--aset = {'4','4','4','4'}
init_step = 0
print(testing)

end

Expand Down

0 comments on commit 5243e44

Please sign in to comment.