Skip to content
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

关于self.data_buffer.extend(play_data) #39

Closed
huyp182 opened this issue May 24, 2018 · 2 comments
Closed

关于self.data_buffer.extend(play_data) #39

huyp182 opened this issue May 24, 2018 · 2 comments

Comments

@huyp182
Copy link

huyp182 commented May 24, 2018

play_data=[1,2],data_buffer为空队列的话,执行self.data_buffer.extend(play_data)想要的结果是data_buffer=[1,2],(1,2分别为训练数据[s,矩阵,z]),但实际结果会不会是data_buffer = [[1,2]]? 是不是应该把play data里的每一项提出来append到data buffer后面?

@junxiaosong
Copy link
Owner

这个在python里简单实验一下就能确定的吧

@huyp182
Copy link
Author

huyp182 commented May 29, 2018

额,之前试验错了,是我naive了

@huyp182 huyp182 closed this as completed May 29, 2018
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

No branches or pull requests

2 participants