lagom
lagom: A PyTorch infrastructure for rapid prototyping of reinforcement learning algorithms.
File Explorer
Download Latest Version (.zip)- config.yml
- __init__.py
- agent.py
- experiment.py
- README.md
- __init__.py
- agent.py
- experiment.py
- README.md
- __init__.py
- ddpg_agent.py
- engine.py
- experiment.py
- README.md
- replay_buffer.py
- td3_agent.py
- __init__.py
- agent.py
- experiment.py
- openaies.py
- README.md
- __init__.py
- agent.py
- dataset.py
- engine.py
- experiment.py
- README.md
- __init__.py
- agent.py
- engine.py
- experiment.py
- normalize_action.py
- README.md
- replay_buffer.py
- __init__.py
- agent.py
- agent_lstm.py
- engine.py
- experiment.py
- README.md
- __init__.py
- bb_functions.ipynb
- benchmark_rl.png
- plot.ipynb
- README.md
- unzip_logs.py
- zip_logs.py
- conf.py
- envs.rst
- experiment.rst
- index.rst
- install.rst
- lagom.rst
- metric.rst
- networks.rst
- setup.rst
- transform.rst
- utils.rst
- vis.rst
- Makefile
- requirements.txt
- main.ipynb
- __init__.py
- engine.py
- experiment.py
- model.py
- README.md
- __init__.py
- __init__.py
- normalize_observation.py
- normalize_reward.py
- record_episode_statistics.py
- timestep_env.py
- __init__.py
- config.py
- run_experiment.py
- __init__.py
- gae.py
- returns.py
- td.py
- vtrace.py
- __init__.py
- categorical_head.py
- diag_gaussian_head.py
- init.py
- ln_rnn.py
- lr_scheduler.py
- make_blocks.py
- mdn_head.py
- module.py
- __init__.py
- describe.py
- explained_variance.py
- geometric_cumsum.py
- interp_curves.py
- linear_schedule.py
- polyak_average.py
- rank_transform.py
- running_mean_var.py
- segment_tree.py
- smooth_filter.py
- __init__.py
- colorize.py
- conditioner.py
- dtype.py
- multiprocessing.py
- seeding.py
- serialize.py
- timing.py
- yes_no.py
- __init__.py
- grid_image.py
- image_viewer.py
- utils.py
- __init__.py
- agent.py
- data.py
- engine.py
- es.py
- logger.py
- runner.py
- version.py
- result.png
- config.yml
- __init__.py
- agent.py
- algo.py
- engine.py
- experiment.py
- plot.ipynb
- README.md
- agent_1.pth
- config.yml
- __init__.py
- agent.py
- engine.py
- experiment.py
- configs.pkl
- __init__.py
- agent.py
- engine.py
- experiment.py
- README.md
- clip_action.py
- clip_reward.py
- episode_runner.py
- experiment_master.py
- experiment_worker.py
- flatten_observation.py
- frame_stack.py
- gray_scale_observation.py
- ln_rnn.py
- ln_rnncell.py
- make_vec_env.py
- parallel_vec_env.py
- resize_observation.py
- run_experiment.py
- scale_reward.py
- scaled_float_frame.py
- sign_clip_reward.py
- space_utils.py
- time_aware_observation.py
- time_limit.py
- trajectory.py
- utils.py
- vec_env.py
- vec_monitor.py
- vec_standardize_observation.py
- vec_standardize_reward.py
- vec_step_info.py
- 1_setup_system.sh
- 2_install_miniconda.sh
- 3_setup_envs.sh
- README.md
- __init__.py
- sanity_env.py
- test_envs.py
- test_experiment.py
- test_lagom.py
- test_metric.py
- test_networks.py
- test_transform.py
- test_utils.py
- .gitignore
- .travis.yml
- LICENSE
- README.md
- readthedocs.yml
- requirements.txt
- setup.cfg
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/zuoxingdong/lagom
Downloads the entire project code from GitHub to your computer.
cd lagom
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
pip install -e .
Installs the Python libraries listed in requirements.txt (or similar).
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)
