Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
KohlerHECTOR committed Aug 10, 2024
1 parent c059f00 commit 793fab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ learner = ObliqueDTPolicy(clf, env) #

# Start the imitation learning
interpret = Interpreter(oracle, learner, env)
interpret.fit(10)
interpret.fit(5e4)

# Eval and save the best tree
final_tree_reward, _ = evaluate_policy(interpret._policy, env=env, n_eval_episodes=10)
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ learner = ObliqueDTPolicy(clf, env) #

# Start the imitation learning
interpret = Interpreter(oracle, learner, env)
interpret.fit(10)
interpret.fit(5e4)

# Eval and save the best tree
final_tree_reward, _ = evaluate_policy(interpret._policy, env=env, n_eval_episodes=10)
Expand Down

0 comments on commit 793fab8

Please # to comment.