From a45ed9776125b577e1a09b070900487459690854 Mon Sep 17 00:00:00 2001 From: Pranjal Tandon Date: Mon, 3 Feb 2020 14:31:51 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 59da881..f9267e3 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ Reimplementation of [Soft Actor-Critic Algorithms and Applications](https://arxi Learning with a Stochastic Actor](https://arxiv.org/pdf/1801.01290.pdf). Added another branch for [Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement -Learning with a Stochastic Actor](https://arxiv.org/pdf/1801.01290.pdf) -> [SAC_V](https://github.com/pranz24/pytorch-soft-actor-critic/tree/SAC_V) +Learning with a Stochastic Actor](https://arxiv.org/pdf/1801.01290.pdf) -> [SAC_V](https://github.com/pranz24/pytorch-soft-actor-critic/tree/SAC_V). ### 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 ------------