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.
- is the guandan_actor:v5 image the image created from the learner_n/build/Dockerfile file?
- does guandan_actor:v5 need to be created by itself?
- 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?
- 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?