vwxyzjn / cleanrl

High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)

Home Page:http://docs.cleanrl.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

leeivan1007 opened this issue · comments

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

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

Got it. Thank you for your response!