Skip to content

Commit

Permalink
Renamed pendulum example properly
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-il-forte committed Jan 17, 2024
1 parent 10527c8 commit 1eaa5e3
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -12,6 +12,9 @@

from mushroom_rl.policy import GaussianTorchPolicy

torch.set_num_threads(1)
torch.set_num_interop_threads(4)


class Network(nn.Module):
def __init__(self, input_shape, output_shape, n_features, **kwargs):
Expand Down

0 comments on commit 1eaa5e3

Please sign in to comment.