LiSir-HIT / Reinforcement-Learning

kinds of reinforcement learning model by Pytorch
257 stars 61 forks source link

关于DQN算法内的一点小问题 #3

Open Jeffrey36 opened 7 months ago

Jeffrey36 commented 7 months ago

你好,在DQN\run_this.py里第二行代码from RL_DQN import DQN, ReplayBuffer我在整个文件夹里都找不到这个名为“RL_DQN”模块,请问该怎么运行呢

QHQ-QHQ commented 7 months ago

俺也想知道

AmadeusWLY commented 7 months ago

RL_brain这个文件夹改成RL_DQN就行了,他应该是改了文件夹但调用的代码没改

gongnengbing commented 7 months ago

将改行代码改为:from RL_brain import DQN, ReplayBuffer

RussellInNanjing commented 6 months ago

代码里的from tqdm import tqdm里的tqdm模块好像找不到这个,请问怎么解决?

gongnengbing commented 6 months ago

你直接在终端里pip install tqdm,回车就行

RussellInNanjing @.***> 于2024年4月1日周一 10:39写道:

代码里的from tqdm import tqdm里的tqdm模块好像找不到这个,请问怎么解决?

— Reply to this email directly, view it on GitHub https://github.com/LiSir-HIT/Reinforcement-Learning/issues/3#issuecomment-2029060177, or unsubscribe https://github.com/notifications/unsubscribe-auth/BCWYO2Y4LZTXX4ILDI65CZ3Y3DCG3AVCNFSM6AAAAABD2NQROGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRZGA3DAMJXG4 . You are receiving this because you commented.Message ID: @.***>