Ivan Pereira
Ivan Pereira
Is there anyway to pause/resume the pba search? I know that the checkpoints are saved, but how could we resume by command line, for cases when the search is for...
Hello, thank you guys for this great code, I've been using it to my research. I wanted to know if there is some code for the Basic Random Search only.
Hello, reading the paper there is some experiment made with TPU v3. I would like to know if there is some code available that supports tpu.
Hello, i would like to know if its possible to create multiple instances of the gym-rle env, something like in this code: ```python import gym import gym_rle envs = [gym.make('MortalKombat-v0')...