Skip to content

Commit

Permalink
Remove GPU in experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
CasBex committed Sep 25, 2023
1 parent 66c37a7 commit 8de7c84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function RLCore.Experiment(
Dense(ns, 32, σ; init=glorot_uniform(rng)),
Dense(32, 32, relu; init=glorot_uniform(rng)),
Dense(32, na; init=glorot_uniform(rng)),
)|>gpu,
),
optimiser=RMSProp(),
),
loss_function=mse,
Expand Down

0 comments on commit 8de7c84

Please sign in to comment.