You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the configuration file:
evaluate
configs/HighwayEnv/env.json
configs/HighwayEnv/agents/MCTSWithPriorPolicyAgent/vi_prior.json
--train
--episodes=20
How to deal with such errors?
”ModuleNotFoundError: No module named 'finite_mdp'“
The text was updated successfully, but these errors were encountered:
I solved this problem by ”pip install finite_mdp“
But there is a new problem ”AttributeError: 'ValueIterationAgent' object has no attribute 'action_distribution'“
Hmm that is weird, could you show the error's stack trace, so I can understand what causes the code trying to access the agent's 'action_distribution'? (It shouldnt be needed for the ValueIterationAgent, which atm is deterministic)
When I run the configuration file:
evaluate
configs/HighwayEnv/env.json
configs/HighwayEnv/agents/MCTSWithPriorPolicyAgent/vi_prior.json
--train
--episodes=20
How to deal with such errors?
”ModuleNotFoundError: No module named 'finite_mdp'“
The text was updated successfully, but these errors were encountered: