File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed
Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 44
55deps /gym
66deps /whichgym
7+ deps /build.log
Original file line number Diff line number Diff line change 11# # Documentation: http://docs.travis-ci.com/user/languages/julia/
22language : julia
3+ dist : xenial
34
45os :
56 - linux
Original file line number Diff line number Diff line change @@ -19,12 +19,10 @@ function GymEnv(id::String)
1919 end
2020
2121 spec = Spec(gymenv. spec. id,
22- gymenv. spec. trials,
2322 gymenv. spec. reward_threshold,
2423 gymenv. spec. nondeterministic,
2524 gymenv. spec. tags,
2625 gymenv. spec. max_episode_steps,
27- gymenv. spec. timestep_limit
2826 )
2927 action_space = julia_space(gymenv. action_space)
3028 observation_space = julia_space(gymenv. observation_space)
Original file line number Diff line number Diff line change 11struct Spec
22 id
3- trials
43 reward_threshold
54 nondeterministic
65 tags
76 max_episode_steps
8- timestep_limit
97end
You can’t perform that action at this time.
0 commit comments