biorobotics / biorobotics/PRD-MAPPO
errors to help
- Dominant language
- Python
- Stars
- 13
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Hello, when I ran python main.py -h while debugging Agent MA GYM code, the following problems occurred:
EXPERIMENT TYPE prd_above_threshold
Traceback (most recent call last):
File ".\main.py", line 56, in
ma_controller.run()
File "F:\projectdemo\PRD-MAPPO-main\Agent MA GYM\MA_Controller\Combat\multiagent.py", line 128, in run
state_agents, state_opponents = self.env.reset()
ValueError: too many values to unpack (expected 2)
I have carefully reviewed the code and environment configuration, following the installation steps provided in the README file. Everything appears to be set up correctly, but the issue persists. How can I resolve this problem?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with main.py and MA_Controller/Combat/multiagent.py at the run method and line 128, then review the environment setup described in README. Reproduce the python main.py -h failure and inspect the value returned by env.reset(); done means the command runs without the unpacking traceback and the expected experiment output remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100