dqn.py: error: unrecognized arguments: --r2048
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 36
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Hello, author, I would like to ask, I tried to run the demo you gave, and I found that the result could not reach the effect of 2048, what is the reason? and when I run this line of code python agents/dqn.py -mn cnn_5l_4_v2 --demo
It was found that only this result could be obtained,

and it did not achieve the expected effect of 2048
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the command python agents/dqn.py -mn cnn_5l_4_v2 --demo and compare it with the reported --r2048 argument error. Read agents/dqn.py and its command-line entry point to determine why the demo does not produce the expected 2048 result; done means the documented demo runs without an argument error and its behavior is explained or corrected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100