You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code to train the agent, uses make_batch2. But I have come up with error: module 'textworld.gym' has no attribute make_batch2
But now the textworld.gym does not have make_batch2. I have checked Textworld.doc but I haven't found the make_batch2 module there.
Can you tell me the alternative code to do the same task as below:
The following code to train the agent, uses make_batch2. But I have come up with error:
module 'textworld.gym' has no attribute make_batch2
But now the textworld.gym does not have make_batch2. I have checked Textworld.doc but I haven't found the make_batch2 module there.
Can you tell me the alternative code to do the same task as below:
The text was updated successfully, but these errors were encountered: