rl_graph_generation
No description available.
File Explorer
Download Latest Version (.zip)- 250k_rndm_zinc_drugs_clean.smi
- 250k_rndm_zinc_drugs_clean_sorted.smi
- bp.csv
- dataset_utils.py
- density.csv
- gdb13.rand1M.smi.gz
- mp.csv
- mutagenicity.csv
- opt.test.logP-SA
- opv.csv
- pvap.csv
- viscosity.csv
- vocab.txt
- zinc_plogp.csv
- zinc_plogp_sorted.csv
- __init__.py
- fpscores.pkl.gz
- molecule.py
- molecule_combine_substructures.ipynb
- molecule_evaluation.ipynb
- opt.test.logP-SA
- sascorer.py
- __init__.py
- README.md
- setup.py
- __init__.py
- a2c.py
- policies.py
- README.md
- run_atari.py
- utils.py
- __init__.py
- acer_simple.py
- buffer.py
- policies.py
- README.md
- run_atari.py
- __init__.py
- acktr_cont.py
- acktr_disc.py
- filters.py
- kfac.py
- kfac_utils.py
- policies.py
- README.md
- run_atari.py
- run_mujoco.py
- running_stat.py
- utils.py
- value_functions.py
- __init__.py
- benchmarks.py
- monitor.py
- test_schedules.py
- test_segment_tree.py
- test_tf_util.py
- __init__.py
- dummy_vec_env.py
- subproc_vec_env.py
- vec_frame_stack.py
- vec_normalize.py
- __init__.py
- atari_wrappers.py
- cg.py
- cmd_util.py
- console_util.py
- dataset.py
- distributions.py
- math_util.py
- misc_util.py
- mpi_adam.py
- mpi_fork.py
- mpi_moments.py
- mpi_running_mean_std.py
- running_mean_std.py
- schedules.py
- segment_tree.py
- tf_util.py
- __init__.py
- ddpg.py
- main.py
- memory.py
- models.py
- noise.py
- README.md
- training.py
- __init__.py
- custom_cartpole.py
- enjoy_cartpole.py
- enjoy_mountaincar.py
- enjoy_pong.py
- run_atari.py
- train_cartpole.py
- train_mountaincar.py
- __init__.py
- build_graph.py
- models.py
- README.md
- replay_buffer.py
- simple.py
- utils.py
- __init__.py
- mujoco_dset.py
- gail-result.md
- HalfCheetah-normalized-deterministic-scores.png
- HalfCheetah-normalized-stochastic-scores.png
- halfcheetah-training.png
- HalfCheetah-unnormalized-deterministic-scores.png
- HalfCheetah-unnormalized-stochastic-scores.png
- Hopper-normalized-deterministic-scores.png
- Hopper-normalized-stochastic-scores.png
- hopper-training.png
- Hopper-unnormalized-deterministic-scores.png
- Hopper-unnormalized-stochastic-scores.png
- Humanoid-normalized-deterministic-scores.png
- Humanoid-normalized-stochastic-scores.png
- humanoid-training.png
- Humanoid-unnormalized-deterministic-scores.png
- Humanoid-unnormalized-stochastic-scores.png
- HumanoidStandup-normalized-deterministic-scores.png
- HumanoidStandup-normalized-stochastic-scores.png
- humanoidstandup-training.png
- HumanoidStandup-unnormalized-deterministic-scores.png
- HumanoidStandup-unnormalized-stochastic-scores.png
- Walker2d-normalized-deterministic-scores.png
- Walker2d-normalized-stochastic-scores.png
- walker2d-training.png
- Walker2d-unnormalized-deterministic-scores.png
- Walker2d-unnormalized-stochastic-scores.png
- __init__.py
- adversary.py
- behavior_clone.py
- gail-eval.py
- mlp_policy.py
- README.md
- run_mujoco.py
- statistics.py
- trpo_mpi.py
- __init__.py
- config.py
- play.py
- plot.py
- train.py
- __init__.py
- actor_critic.py
- ddpg.py
- her.py
- normalizer.py
- README.md
- replay_buffer.py
- rollout.py
- util.py
- __init__.py
- cnn_policy.py
- gcn_policy.py
- mlp_policy.py
- pposgd_simple.py
- pposgd_simple_gcn.py
- README.md
- run_atari.py
- run_hill_climb.py
- run_mujoco.py
- __init__.py
- policies.py
- ppo2.py
- README.md
- run_atari.py
- run_mujoco.py
- __init__.py
- nosharing_cnn_policy.py
- README.md
- run_atari.py
- run_mujoco.py
- trpo_mpi.py
- __init__.py
- logger.py
- results_plotter.py
- cartpole.gif
- logo.jpg
- .gitignore
- LICENSE
- README.md
- setup.py
- .gitignore
- LICENSE.txt
- README.md
- run_molecule.py
# Installation Guide
1. Get the code
git clone https://github.com/bowenliu16/rl_graph_generation
Downloads the entire project code from GitHub to your computer.
cd rl_graph_generation
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install networkx=1.11
Installs the package published on PyPI directly β no need to clone the source.
pip install -e.
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install networkx=1.11
Installs the package published on PyPI directly β no need to clone the source.
pip install -e .
Installs the Python libraries listed in requirements.txt (or similar).
pip install -e.
Installs the package published on PyPI directly β no need to clone the source.
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)
