Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ cd DDPG
python gym_ddpg.py

```
If you want to change the Gym environment, change ENV_NAME in gym_ddpg.py.
If you want to change the Gym environment, change `ENV_NAME` in `gym_ddpg.py`.

If you want to change the Network type, change import in ddpg.py such as
If you want to change the Network type, change import in `ddpg.py` such as

```
from actor_network_bn import ActorNetwork
Expand Down