Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyError: 'exploration_worker_difference' #81

Open
HHY1123 opened this issue May 15, 2022 · 0 comments
Open

KeyError: 'exploration_worker_difference' #81

HHY1123 opened this issue May 15, 2022 · 0 comments

Comments

@HHY1123
Copy link

HHY1123 commented May 15, 2022

four-rooms中,if name== 'main':

AGENTS = [A3C] #DIAYN] # DDQN] #SNN_HRL] #, DDQN]
trainer = Trainer(config, AGENTS)
trainer.run_games_for_agents()

调用A3C算法,报错:File "D:\Pycharm\test\Deep-Reinforcement-Learning-Algorithms-with-PyTorch-master\agents\actor_critic_agents\A3C.py", line 98, in init
self.exploration_worker_difference = self.config.hyperparameters["exploration_worker_difference"]
KeyError: 'exploration_worker_difference'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant