Views
No views yet
ppo-ViZDoom-DoomAgentViZDoom Doom1from huggingface_hub import hf_hub_download
2import gym
3
4# Load the trained PPO model
5model_path = hf_hub_download(
6 repo_id="KraTUZen/Vizdoom-Doom-Agent",
7 filename="model.pkl"
8)
9
10# Initialize environment
11env = gym.make("Vizdoom-v0")model.pkl.model.pkl → Trained policy weightsREADME.md → Documentation and usage guideconfigs/ → Training configuration filesscripts/ → Training and evaluation scripts