submit-paper / Danzero_plus

33 stars 7 forks source link

What is the configuration of the docker image guandan_actor:v5 in create_container.sh? #8

Open Cyclones-Y opened 10 months ago

Cyclones-Y commented 10 months ago

I created a guandan_learner docker container based on the commented section in create_contaier.sh, but I'm having trouble creating the actor docker container.

  1. is the guandan_actor:v5 image the image created from the learner_n/build/Dockerfile file?
  2. does guandan_actor:v5 need to be created by itself?
  3. are the conda and docker configuration files in learner_n/build configured for the actor or for the learner? What is the purpose of each of these files?
  4. hypothetically, once I have created the learner and actor images, will I be able to reproduce the training by running create_container.sh and learner/start_all.sh respectively?
submit-paper commented 10 months ago

Well, this program is based on https://github.com/AltmanD/guandan_mcc.git and I'm also not sure that whether the conda and docker configuration files in learner_n/build works. But I know that some libraries in the configuration files are not needed.

Here I offer some pictures of libraries of learner docker which may be helpful. The actor docker is similar to it, with some different libraries. image image image image image

Cyclones-Y commented 10 months ago

Well, this program is based on https://github.com/AltmanD/guandan_mcc.git and I'm also not sure that whether the conda and docker configuration files in learner_n/build works. But I know that some libraries in the configuration files are not needed.嗯,这个程序是基于https://github.com/AltmanD/guandan_mcc.git,我也不确定learner_n/build中的conda和docker配置文件是否有效。但我知道配置文件中的一些库是不需要的。

Here I offer some pictures of libraries of learner docker which may be helpful. The actor docker is similar to it, with some different libraries.这里我提供一些docker学习者库的图片,可能会有所帮助。 actor docker 与之类似,但有一些不同的库。 image image image image image

thank you !!!