Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit 3782452

Browse files
author
Omegastick
committed
Fix a typo
1 parent 9a0cfb0 commit 3782452

File tree

1 file changed

+2
-2
lines changed
  • include/cpprl/algorithms

1 file changed

+2
-2
lines changed

include/cpprl/algorithms/ppo.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
namespace cpprl
1111
{
1212
class Policy;
13-
class ROlloutStorage;
13+
class RolloutStorage;
1414

1515
class PPO : public Algorithm
1616
{
@@ -34,4 +34,4 @@ class PPO : public Algorithm
3434

3535
std::vector<UpdateDatum> update(RolloutStorage &rollouts, float decay_level = 1);
3636
};
37-
}
37+
}

0 commit comments

Comments
 (0)