commonsense-rl
commonsense-rl copied to clipboard
Knowledge-Aware RL agents with Commonsense Reasoning
Results
2
commonsense-rl issues
Sort by
recently updated
recently updated
newest added
run `python -u train_agent.py --agent_type simple --game_dir ./games/twc --game_name *.ulx --difficulty_level easy` as instruction, but there is error: "The `registry.env_specs` property along with `EnvSpecTree` is deprecated. Please use `registry` directly...
The seeding code currently doesn't take the `opt.seed` into account, so between separate runs, each episode has the same seed (run 1 episode 1 has the same seed as run...