Python Forum
A.I. script from facebookresearch end-to-end-negotiator
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A.I. script from facebookresearch end-to-end-negotiator
#1
I try to run script in Python from:

https://github.com/facebookresearch/end-...negotiator

I try in VMware (CentOS 7 and Ubuntu 16.04) and again on real PC (CentOS 7 and Ubuntu 16.04).

Script run without any errors and generate files:

selection_model.th and rnn_model.th which is needed for first Selfplay test where two pretrained models negotiate against each another.

But script don't output generated dialogues (I see only some statistics).

I decompress file: selection_model.th (it's ZIP file) and in directory: archive > data > I found that all 49 files have the same content (only 4 digits):

00 00 C0 FF

so file is corrupted and not trained.

File: rnn_model.th looks OK because in directory archive > data > all files are different.

Any ideas how to fix this?

Attached Files

.zip   selection_model.zip (Size: 23.97 KB / Downloads: 0)
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020