Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-yj-yang committed Dec 6, 2022
1 parent 0d22389 commit 01e82f0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 22,469 deletions.
22,469 changes: 0 additions & 22,469 deletions notebooks/dm_control_tutorial.ipynb

This file was deleted.

2 changes: 2 additions & 0 deletions readMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
## Scott Yang's codebase

`train_agent.py` contains the training code for a specific agent. The `plot_train_agent.ipynb` contains the visulization of a pre-trained agent.

This project are more foucsed on the analysis of a given trained model, and do model analysis based on the provided model.
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# details can be found on the docker image scottyang17/dm:latest
dm_control
matplotlib
6 changes: 6 additions & 0 deletions test/test_param.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"--cuda": "True",
"--domain_name": "hopper",
"--task_name": "hop",
"--hidden_size": 1024
}

0 comments on commit 01e82f0

Please sign in to comment.