chore: add img source

This commit is contained in:
2025-11-25 11:28:24 +01:00
parent a20ea59ecb
commit 333ec4cb0c

View File

@ -202,7 +202,8 @@
/> />
<div className="text-center text-xs text-slate-500 mb-8"> <div className="text-center text-xs text-slate-500 mb-8">
Figure: (a) World Model Learning phase requires training encoder/decoder for reconstruction, Figure: (a) World Model Learning phase requires training encoder/decoder for reconstruction,
(b) Actor-Critic Learning can only begin after world model converges (b) Actor-Critic Learning can only begin after world model converges<br />
Source: <a href="https://github.com/danijar/dreamerv3" target="_blank" rel="noopener noreferrer" className="text-cyan-400 hover:text-cyan-300 underline">Dreamer-V3 GitHub</a>
</div> </div>
</div> </div>