Jyotish
Jyotish
Any updates on this?
It happened to me too. Try finding `libboost_regex.so`. In my case it was with another file name `libboost_regex.so.1.58.0`. I created a link to `libboost_regex.so` from `libboost_regex.so.1.58.0`. `sudo ln -s /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.58.0...
Elementary Loki (Ubuntu 16.04). Same problem.
Hello @ozamanan, as @KarolisRam mentioned you can change [these](https://github.com/AIcrowd/neurips2020-procgen-starter-kit/blob/master/run.sh#L18-L21) values to suit your hardware availability. You can try playing with [these](https://github.com/AIcrowd/neurips2020-procgen-starter-kit/blob/master/experiments/impala-baseline.yaml#L201-L255) parameters as well to get it to run locally....
Did you try passing `rand_seed` in the `env_config`? Refer: https://github.com/openai/procgen/blob/master/procgen/env.py#L77
@maraoz If you are using procgen==0.10.x, you need to pass `"render_mode": "rgb_array"` as env config. There is a bug in the `gym3` -> `gym` conversion. We added a temporary fix...