Skip to content

Commit

Permalink
env_name -> env
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzhangliu committed Oct 1, 2024
1 parent b9b6ce1 commit 436475c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/documents/usage/basic_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Users can specify "is_test=True" to perform testing.
import xuance
runner = xuance.get_runner(method='dqn',
env_name='classic_control',
env='classic_control',
env_id='CartPole-v1',
is_test=True)
runner.run()
Expand Down

0 comments on commit 436475c

Please sign in to comment.