Skip to content

Commit d1e57d8

Browse files
authored
Fix typos (#1428)
1 parent dea956e commit d1e57d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/tasks/src/tasks/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export const TASKS_MODEL_LIBRARIES: Record<PipelineType, ModelLibraryKey[]> = {
184184
/**
185185
* Return the whole TaskData object for a certain task.
186186
* If the partialTaskData argument is left undefined,
187-
* the default placholder data will be used.
187+
* the default placeholder data will be used.
188188
*/
189189
function getData(type: PipelineType, partialTaskData: TaskDataCustom = placeholder): TaskData {
190190
return {

packages/tasks/src/tasks/reinforcement-learning/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ env = gym.make("LunarLander-v2")
111111
# Loading the saved model
112112
model = PPO.load("PPO-LunarLander-v2",env=env)
113113

114-
# Initializating the evaluation environment
114+
# Initializing the evaluation environment
115115
eval_env = gym.make("LunarLander-v2")
116116

117117
# Running the trained agent on eval_env for 10 time steps and getting the mean reward

0 commit comments

Comments
 (0)