-
Notifications
You must be signed in to change notification settings - Fork 43
Description
When I run the command git clone [email protected]:AIcrowd/neurips2020-procgen-starter-kit.git
I get an error
Warning: Permanently added the RSA host key for IP address '140.82.113.3' to the list of known hosts.
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
and when I simply clone the repo and execute the ./run.sh --train command I can an error
ray.tune.error.TuneError: Insufficient cluster resources to launch trial: trial requested 7 CPUs, 0.8999999999999999 GPUs but the cluster has only 2 CPUs, 1 GPUs, 1.37 GiB heap, 0.63 GiB objects (1.0 node:192.168.1.168). Pass queue_trials=True in ray.tune.run() or on the command line to queue trials until the cluster scales up or resources become available.