From f1294bb97466edc61f1ac855ea5386c41e9f959f Mon Sep 17 00:00:00 2001 From: Pranjal Tandon Date: Mon, 3 Feb 2020 14:16:05 +0530 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d186aea..cfa9bf0 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ Learning with a Stochastic Actor](https://arxiv.org/pdf/1801.01290.pdf) -> [SAC_ ### Requirements ------------ -- [mujoco-py](https://github.com/openai/mujoco-py) -- [TensorboardX](https://github.com/lanpa/tensorboardX) -- [PyTorch](http://pytorch.org/) +- [mujoco-py](https://github.com/openai/mujoco-py) +- [TensorboardX](https://github.com/lanpa/tensorboardX) +- [PyTorch](http://pytorch.org/) ### Default Arguments and Usage ------------ @@ -79,10 +79,10 @@ optional arguments: ``` | Environment **(`--env-name`)**| Temperature **(`--alpha`)**| -| --------------- | ------------- | -| HalfCheetah-v2 | 0.2 | -| Hopper-v2 | 0.2 | -| Walker2d-v2 | 0.2 | -| Ant-v2 | 0.2 | -| Humanoid-v2 | 0.05 | +| ---------------| -------------| +| HalfCheetah-v2| 0.2| +| Hopper-v2| 0.2| +| Walker2d-v2| 0.2| +| Ant-v2| 0.2| +| Humanoid-v2| 0.05|