vwxyzjn / cleanrl

High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)
http://docs.cleanrl.dev
Other
5.02k stars 575 forks source link

The file 'ppo_memory_env_lstm.py' can't be found #356

Closed leeivan1007 closed 1 year ago

leeivan1007 commented 1 year ago

Problem Description

The file 'ppo_memory_env_lstm.py' can't be found

Checklist

Current Behavior

I saw the README file it showed a paragraph can run

python cleanrl/ppo_memory_env_lstm.py

But it can't be found in whole repository

Expected Behavior

It can train and run the ppo_memory_env_lstm

Possible Solution

No ideas

Steps to Reproduce

1.python cleanrl/ppo_memory_env_lstm.py

Others

Btw I found the other file in here ppo_memory_env_lstm

Thanks!

I can help if there is something need to help

vwxyzjn commented 1 year ago

Hey ppo_memory_env_lstm.py was left there unintentionally. However feel free to test https://programtalk.com/vs4/python/vwxyzjn/cleanrl/cleanrl/ppo_memory_env_lstm.py out to play with it

leeivan1007 commented 1 year ago

Got it. Thank you for your response!