openenv_hack / pres /index.html
thomasm6m6's picture
Initial Freeciv OpenEnv Space
8dc7642 verified
raw
history blame contribute delete
901 Bytes
<!doctype html>
<html><head><meta charset='utf-8'><title>Freeciv demo resources</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, sans-serif; max-width: 900px; margin: 40px auto; line-height: 1.5; padding: 0 20px; }
ul { line-height: 1.9; }
code { background: #f6f8fa; padding: 2px 6px; border-radius: 6px; }
</style></head><body>
<h1>Freeciv OpenEnv demo resources</h1>
<ul>
<li><a href='training_results.html'>Training results</a></li>
<li><a href='trajectory.html'>Live trajectory</a></li>
<li><a href='training_script.html'>Minimal training script</a></li>
<li><a href='reward_curve.png'>Reward curve PNG</a></li>
<li><a href='before_after_reward.png'>Before/after reward PNG</a></li>
</ul>
<p>HF Space: <code>https://huggingface.co/spaces/thomasm6m6/freeciv_env</code></p>
<p>Space app domain: <code>https://thomasm6m6-freeciv-env.hf.space</code></p>
</body></html>