guanzeying
guanzeying
When I interrupted my last training, How should I continue my training? Otherwise, once I start training, I can't stop.
Would you like to support the implementation of the StarCraft I interface? Based on torchcraft or gym-startcraft. Or in other ways. Thanks. I notice that torchcraft-1.4-0 supports python, and torchcraft.cpython-36m-x86_64-linux-gnu.so...
from baselines import deepq env = sc.SingleBattleEnv(args.ip, args.port) act = deepq.learn( env, q_func=model, lr=1e-3, max_timesteps=100000, buffer_size=50000, exploration_fraction=0.1, exploration_final_eps=0.02, print_freq=10 ) error happen. num_actions=env.action_space.n, AttributeError: 'Box' object has no attribute 'n'...
请问一下,当前游戏窗口的分辨率是多少,谢谢。
Can you use nevergrad tools to automatically search for super parameters?