rlcode / reinforcement-learning

Minimal and Clean Reinforcement Learning Examples
MIT License
3.35k stars 725 forks source link

links in cartpole are broken #121

Open EngrStudent opened 2 months ago

EngrStudent commented 2 months ago

I was here: https://github.com/rlcode/reinforcement-learning/tree/master/2-cartpole

After the first image, the rest look like this: image

Code for those looks like this: image

In the repo, the file structure looks like this: image

I think the format for proper linking might need to look more like this in order to work: <p align="left"><img width="40%" src="./2-double-dqn/save_graph/Cartpole_DoubleDQN.png" /></p>