odiaz1066 commited on
Commit
eaf5cae
·
1 Parent(s): c6fbd57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -19
README.md CHANGED
@@ -23,31 +23,17 @@ model-index:
23
 
24
  # (CleanRL) **DQN** Agent Playing **Lagomorph/CartPoleGoal-v1**
25
 
26
- This is a trained model of a DQN agent playing Lagomorph/CartPoleGoal-v1.
27
- The model was trained by using [CleanRL](https://github.com/vwxyzjn/cleanrl) and the most up-to-date training code can be
28
- found [here](https://github.com/vwxyzjn/cleanrl/blob/master/cleanrl/Lagomorph-CartPoleGoal.py).
29
 
30
  ## Get Started
31
 
32
- To use this model, please install the `cleanrl` package with the following command:
33
-
34
- ```
35
- pip install "cleanrl[Lagomorph-CartPoleGoal]"
36
- python -m cleanrl_utils.enjoy --exp-name Lagomorph-CartPoleGoal --env-id Lagomorph/CartPoleGoal-v1
37
- ```
38
-
39
- Please refer to the [documentation](https://docs.cleanrl.dev/get-started/zoo/) for more detail.
40
-
41
 
42
  ## Command to reproduce the training
43
 
44
- ```bash
45
- curl -OL https://huggingface.co/odiaz1066/CartPoleGoal-Lagomorph-seed42/raw/main/dqn_lagomorph.py
46
- curl -OL https://huggingface.co/odiaz1066/CartPoleGoal-Lagomorph-seed42/raw/main/pyproject.toml
47
- curl -OL https://huggingface.co/odiaz1066/CartPoleGoal-Lagomorph-seed42/raw/main/poetry.lock
48
- poetry install --all-extras
49
- python dqn_lagomorph.py --save-model --capture-video --exp-name=Lagomorph-CartPoleGoal --seed=42 --resume --total-timesteps 0 --upload-model --seed 42 --hf-entity odiaz1066
50
- ```
51
 
52
  # Hyperparameters
53
  ```python
 
23
 
24
  # (CleanRL) **DQN** Agent Playing **Lagomorph/CartPoleGoal-v1**
25
 
26
+ This is a trained model of a DQN agent playing a custom environment named Lagomorph/CartPoleGoal-v1.
27
+ This is a modification of CartPole to include a goal position where the pole should be balanced.
28
+ The model was trained by using [CleanRL](https://github.com/vwxyzjn/cleanrl).
29
 
30
  ## Get Started
31
 
32
+ I'll currently update this with the github repo.
 
 
 
 
 
 
 
 
33
 
34
  ## Command to reproduce the training
35
 
36
+ TODO
 
 
 
 
 
 
37
 
38
  # Hyperparameters
39
  ```python