Skip to content

Fix a typo in the actor_critic example #466

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 10, 2018
Merged

Fix a typo in the actor_critic example #466

merged 1 commit into from
Dec 10, 2018

Conversation

zeakey
Copy link
Contributor

@zeakey zeakey commented Dec 10, 2018

Original:

parser.add_argument('--seed', type=int, default=543, metavar='N',
                    help='random seed (default: 1)')

Fixed:

parser.add_argument('--seed', type=int, default=543, metavar='N',
                    help='random seed (default: 543)')

fix a typo in default argument 'seed'
@soumith soumith merged commit 35a9d84 into pytorch:master Dec 10, 2018
@soumith
Copy link
Member

soumith commented Dec 10, 2018

thank you @zeakey !

YinZhengxun pushed a commit to YinZhengxun/mt-exercise-02 that referenced this pull request Mar 30, 2025
fix a typo in default argument 'seed'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants