Erdi
Erdi
@erez-tom Thanks for your reply and listing the possible problems. I believe the issue is related to the one of the option you described. I checked the every possible mocap...
I think they are the versions `pip install qiskit==0.5.7` `pip install networkx==2.3`
After fixing this error, I am getting the following one. Any idea how to fix this ? ``` INFO:poet_distributed.poet_algo:Iter=449 Optimizer flat theta_mean 318.9991343427439 best po 320.3475929971013 iteration spent 449 INFO:poet_distributed.poet_algo:health_check...
It works thanks, Approximately after how many iterations , the envrionment is changing from `flat` to the something else ?
I am in `804` th iteration and used this command to train the model `./run_poet_local.sh final_test ` . Logs are still showing `flat` output. It is because something we change...
Yes I have 5 files. I am in `1041` th iteration and output in the terminal still shows the `flat` environment. I uploaded the log folder here [poet_final_test.zip](https://github.com/uber-research/poet/files/8596812/poet_final_test.zip)
I would like to understand If the environment is changeing or not ( because log shows always `flat`) I will dive into the codes and try to understand them. I...