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

Multiagent Atari not working with non-DQN based presets #288

Open
cpnota opened this issue Jan 26, 2024 · 0 comments
Open

Multiagent Atari not working with non-DQN based presets #288

cpnota opened this issue Jan 26, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@cpnota
Copy link
Owner

cpnota commented Jan 26, 2024

E.g.:

> all-multiagent-atari pong_v3 ppo ppo
Traceback (most recent call last):
  File "/home/cnota/miniconda3/envs/all/bin/all-multiagent-atari", line 33, in <module>
    sys.exit(load_entry_point('autonomous-learning-library', 'console_scripts', 'all-multiagent-atari')())
  File "/home/cnota/repos/autonomous-learning-library/all/scripts/multiagent_atari.py", line 45, in main
    presets = {
  File "/home/cnota/repos/autonomous-learning-library/all/scripts/multiagent_atari.py", line 46, in <dictcomp>
    agent_id: getattr(atari, agent_type)
  File "/home/cnota/repos/autonomous-learning-library/all/presets/builder.py", line 33, in hyperparameters
    return self._preset_builder(hyperparameters=self._merge_hyperparameters(self._hyperparameters, hyperparameters))
  File "/home/cnota/repos/autonomous-learning-library/all/presets/builder.py", line 54, in _merge_hyperparameters
    raise KeyError("Invalid hyperparameter: {}".format(key))
KeyError: 'Invalid hyperparameter: replay_buffer_size'

Even removing this, other issues emerge.

@cpnota cpnota added the bug Something isn't working label Jan 26, 2024
@cpnota cpnota added this to the Multiagent Support milestone Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant