[go: nahoru, domu]

Skip to content

Commit

Permalink
Update commands in SAC example scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
seungjaeryanlee committed May 13, 2019
1 parent 4fb5a79 commit 1adda7e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
11 changes: 10 additions & 1 deletion tf_agents/agents/sac/examples/v1/train_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@
# See the License for the specific language governing permissions and
# limitations under the License.

r"""Train and Eval SAC."""
r"""Train and Eval REINFORCE.
To run:
```bash
python tf_agents/agents/sac/examples/v1/train_eval.py \
--root_dir=$HOME/tmp/sac/gym/half-cheetah/ \
--alsologtostderr
```
"""

from __future__ import absolute_import
from __future__ import division
Expand Down
11 changes: 10 additions & 1 deletion tf_agents/agents/sac/examples/v2/train_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""Train and Eval SAC."""
r"""Train and Eval SAC.
To run:
```bash
python tf_agents/agents/sac/examples/v2/train_eval.py \
--root_dir=$HOME/tmp/sac/gym/half-cheetah/ \
--alsologtostderr
```
"""


from __future__ import absolute_import
Expand Down

0 comments on commit 1adda7e

Please sign in to comment.