-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Closed
Labels
P3Issue moderate in impact or severityIssue moderate in impact or severityenhancementRequest for new feature and/or capabilityRequest for new feature and/or capabilitygood-first-issueGreat starter issue for someone just starting to contribute to RayGreat starter issue for someone just starting to contribute to RayrllibRLlib related issuesRLlib related issues
Description
What is the problem?
I'm calling tune.run, but no file is being output in the local_dir.
ray: 0.8.6
tensorflow: 2.2.0
Arch Linux
Reproduction
Tune it and ask for the h5
from ray import tune
from ray.rllib.agents.ppo import PPOTrainer
tune.run(PPOTrainer,
config={"env": "CartPole-v0"},
export_formats=['h5'],
local_dir='cart_outputs',
stop={"training_iteration": 1}
)See outputs in local_dir
> tree cart_outputs
cart_outputs
└── PPO
├── experiment_state-2020-07-06_09-17-52.json
└── PPO_CartPole-v0_0_2020-07-06_09-17-52g7nd9506
├── events.out.tfevents.1594041472.refindly-arch
├── params.json
├── params.pkl
├── progress.csv
└── result.json
2 directories, 6 filesReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P3Issue moderate in impact or severityIssue moderate in impact or severityenhancementRequest for new feature and/or capabilityRequest for new feature and/or capabilitygood-first-issueGreat starter issue for someone just starting to contribute to RayGreat starter issue for someone just starting to contribute to RayrllibRLlib related issuesRLlib related issues