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

Grasping_Agent_multidiscrete.py, example_agent.py errors #14

Open
Scarlie23 opened this issue Jul 21, 2022 · 1 comment
Open

Grasping_Agent_multidiscrete.py, example_agent.py errors #14

Scarlie23 opened this issue Jul 21, 2022 · 1 comment

Comments

@Scarlie23
Copy link

Scarlie23 commented Jul 21, 2022

Hi all, i have two errors, when i used codes. How can i solve them. Thx for informations.

python3 example_agent.py
.
.
.
EPISODE 1 STEP 1
#################################################################
Traceback (most recent call last):
File "example_agent.py", line 27, in
observation, reward, done, _ = env.step(action, record_grasps=True)
TypeError: step() got an unexpected keyword argument 'record_grasps'

Then i tried grasping agent code and ..

python3 Grasping_Agent_multidiscrete.py
Creating window glfw
Created new control group 'Arm'.
Created new control group 'Gripper'.
CURRENT EPSILON: 1.0
#################################################################
EPISODE 1 STEP 1
#################################################################
Traceback (most recent call last):
File "Grasping_Agent_multidiscrete.py", line 583, in
main()
File "Grasping_Agent_multidiscrete.py", line 545, in main
next_state, reward, done, _ = agent.env.step(
TypeError: step() got an unexpected keyword argument 'action_info'

@digitalWriteHIGH
Copy link

I have encountered the same problem, have you solved it?

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

2 participants