EfficientZero
EfficientZero copied to clipboard
Open-source codebase for EfficientZero, from "Mastering Atari Games with Limited Data" at NeurIPS 2021.
Hi, I was a little confused about how to get true reward from value prefix in core/ctree/cnode.cpp For the function update_tree_q() in Line 256, the true reward is calculated by...
I've learned your paper EfficientZero V2, really good job extending to continous control. Would you or your team consider open source? I would be very grateful!
Is it something wrong with this warning? ``` CUDA_VISIBLE_DEVICES="1,2" python main.py --env BreakoutNoFrameskip-v4 --case atari --opr train --amp_type torch_amp --num_gpus 1 --num_cpus 10 --cpu _actor 1 --gpu_actor 1 --force 2024-07-22...