-
Notifications
You must be signed in to change notification settings - Fork 59
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
Bug反馈 #13
Comments
Is it solved? |
yes!thank you very much!
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 日期 | 2024年03月26日 12:13 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.***>***@***.***> |
| 主题 | Re: [Lei-Kun/End-to-end-DRL-for-FJSP] Bug反馈 (Issue #13) |
Is it solved?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Can you give me a working code? I haven't debugged it yet. thank you so much. email:[email protected] |
I am sorry that I have been very busy recently, so I did not reply to the email in time. I don't understand this code very well, the causes and consequences of things are more complicated. If it is convenient, you can add wechat details, my wechat is 17335866502. By the way, are you Chinese? Can we communicate in Chinese?
很抱歉,我最近有事非常忙所以没有及时回复邮件。这个代码我其实也不是很懂,事情的前因后果比较复杂。如果方便的话可以加微信细聊,我的微信是17335866502。顺便请问你是中国人吗,我们可以用中文交流吗?
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 日期 | 2024年03月26日 17:37 |
| 收件人 | ***@***.***> |
| 抄送至 | ***@***.***>***@***.***> |
| 主题 | Re: [Lei-Kun/End-to-end-DRL-for-FJSP] Bug反馈 (Issue #13) |
Can you give me a working code? I haven't debugged it yet. thank you so much. ***@***.***
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
作者您好,很荣幸能读到您的论文。我注意到您在FJSP_RealWorld文件中将环境文件FJSP_env的FJSP类的输入改为"def [init(self,n_j,n_m,EachJob_num_operation):",但是在训练文件中输入依然为n_j和n_m,代码段如下所示。我一开始没有注意到这个问题,直到运行该文件报错。请问您是如何训练的呢?
` for epoch in range(epochs):
memory = Memory()
ppo.policy_old_job.train()
ppo.policy_old_mch.train()
The text was updated successfully, but these errors were encountered: