Skip to content

Commit

Permalink
hotfix/type (#85)
Browse files Browse the repository at this point in the history
.
  • Loading branch information
Clyde21c committed Jul 1, 2022
1 parent 4b065f6 commit 8ff355c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/meta_rl/maml/maml_trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
**env_target_config["pg_params"],
)

maml = MetaLearner(
meta_learner = MetaLearner(
env=env,
env_name=experiment_config["env_name"],
agent=agent,
Expand All @@ -71,4 +71,4 @@
)

# MAML 학습 시작
maml.meta_train()
meta_learner.meta_train()

0 comments on commit 8ff355c

Please sign in to comment.