planet
Learning Latent Dynamics for Planning from Pixels
File Explorer
Download Latest Version (.zip)- __init__.py
- batch_env.py
- dummy_env.py
- in_graph_batch_env.py
- mpc_agent.py
- planning.py
- random_episodes.py
- simulate.py
- temporal_difference.py
- wrappers.py
- __init__.py
- base.py
- drnn.py
- rssm.py
- ssm.py
- __init__.py
- basic.py
- conv_ha.py
- __init__.py
- configs.py
- create_video.py
- fetch_events.py
- objectives.py
- sync.py
- tasks.py
- test_planet.py
- train.py
- __init__.py
- attr_dict.py
- bind.py
- bound_action.py
- chunk_sequence.py
- copy_weights.py
- count_dataset.py
- count_weights.py
- custom_optimizer.py
- filter_variables_lib.py
- gif_summary.py
- image_strip_summary.py
- mask.py
- nested.py
- numpy_episodes.py
- overshooting.py
- preprocess.py
- reshape_as.py
- schedule.py
- shape.py
- streaming_mean.py
- summary.py
- target_network.py
- test_nested.py
- test_overshooting.py
- unroll.py
- __init__.py
- define_model.py
- define_summaries.py
- running.py
- test_running.py
- trainer.py
- utility.py
- __init__.py
- .gitignore
- AUTHORS
- CONTRIBUTING.md
- LICENSE
- README.md
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/google-research/planet
Downloads the entire project code from GitHub to your computer.
cd planet
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
python3 -m planet.scripts.train --logdir /path/to/logdir --params '{tasks: [cheetah_run]}'
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
