Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
add torch require to test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
korymath committed Sep 16, 2016
1 parent fcf4d98 commit 7b124e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/test-gym.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
local torch = require 'torch'
local api = torch.TestSuite()
local atari = torch.TestSuite()
local mujoco = torch.TestSuite()
Expand Down
1 change: 1 addition & 0 deletions test/test.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
local torch = require 'torch'
local base = torch.TestSuite()
local performance = torch.TestSuite()
local tilecoding = torch.TestSuite()
Expand Down

0 comments on commit 7b124e7

Please sign in to comment.