Skip to content

Commit

Permalink
Merge branch 'experimental' of https://github.com/FilippoAiraldi/mpc-rl
Browse files Browse the repository at this point in the history
… into experimental
  • Loading branch information
FilippoAiraldi committed Jun 19, 2024
2 parents 0c3da37 + f7722e6 commit 7716089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpcrl/core/exploration.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def __repr__(self) -> str:

class OrnsteinUhlenbeckExploration(ExplorationStrategy):
"""
Exploraiton based on the Ornstein-Uhlenbeck Brownian motion with friction. See
Exploration based on the Ornstein-Uhlenbeck Brownian motion with friction. See
implementation from https://github.com/DLR-RM/stable-baselines3/tree/master.
Note: since this exploration strategy creates a particular noise process, it is
Expand Down

0 comments on commit 7716089

Please sign in to comment.